typepad

TypePad API authentication by Auth Token?

So far I can only find a name:password authentication mechanism in the TypePad API, has anyone seen/used an Auth token mechanism for TypePad like Google's or Flickr's, I thought it might be TypeKey but I've pulled a dry hole on that front as well. ...

Tool or .net code that will parse Moveable Type Import Format?

We are moving a customer's existing typepad blog to our custom CMS solution. It appears our only export option from typepad is a txt file in Moveable Type Export Format We would love to find a tool that converts the txt file into access or excel...or sample .net code that parses the file so that we can insert it into our db. Does anyo...

Is there a Content Delivery Network (CDN) that hosts Google Code Prettify?

Is there a Content Delivery Network (CDN) that is hosting google-code-prettify? I am putting together a blog on TypePad and would like to take advantage of a CDN if possible. ...

Update post via Typepad API

Hello, I'm trying to update post in my TypePad blog using PHP and cURL, but I can't get it to work. Code follows $ch = curl_init($post['url']); $wsse = new WSSE($credentials['login'], $credentials['password']); $wsseHeader = $wsse->get_header(); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'PUT'); curl_setopt($ch, CURLOPT_POSTFIELDS, $post[...