MovableTypeService
Implements MovableType API for Article Editing
The following methods are supported:
??
Parameters
| string | appkey - Unique identifier/passcode of the application sending the post. (See access info.) |
| string | postId - String postid |
| string | userName - String username |
| string | password - String password |
| boolean | publish - bool publish |
Return Value
returns information about all the blogs a given user is a member of. Data is returned as an array of 's containing the ID (blogid), name (blogName), and URL (url) of each blog.
Parameters
| string | appkey - Unique identifier/passcode of the application sending the post. (See access info.) |
| string | userName - Login for the Blogger user who's blogs will be retrieved. |
| string | password - Password for said username. |
Return Value
| array of struct MTWeblog | Array of Weblogs of the specified user |
??
Parameters
| string | blogId - String blogid |
| string | userName - String username |
| string | password - String password |
| struct MTPost | content - Post structure |
| boolean | publish - bool publish |
Return Value
??
Parameters
| string | blogId - String blogid |
| string | userName - String username |
| string | password - String password |
| integer | numPost - int |
Return Value
??
Parameters
| string | blogId - String blogid |
| string | userName - String username |
| string | password - String password |
| struct MTMediaObject | file - MTMediaObject file |
Return Value
??
Parameters
| string | blogId - String blogid |
| string | userName - String username |
| string | password - String password |
| struct MTPost | content - Post structure |
| boolean | publish - bool publish |
Return Value
Returns a list of all categories defined in the weblog.
Parameters
| string | blogId - String blogid |
| string | userName - String username |
| string | password - String password |
Return Value
| array of struct MTCategory | On success, an array of structs containing String categoryId and String categoryName; on failure, fault. |
??
Parameters
| string | postId - String postid |
| string | userName - String username |
| string | password - String password |
Return Value
??
Parameters
| string | postId - String blogid |
| string | userName - String username |
| string | password - String password |
| array of struct MTCategory | categories - Post structure |
Return Value
Members
| string | url (optional) |
| string | blogid (optional) |
| string | blogName (optional) |
Members
| dateTime | dateCreated (optional) |
| string | description (optional) |
| string | title (optional) |
| struct MTEnclosure | enclosure (optional) |
| string | link (optional) |
| string | permaLink (optional) |
| string | postid (optional) |
| struct MTSource | source (optional) |
| string | userid (optional) |
| dateTime | pubDate (optional) |
| integer | mt_allow_comments (optional) |
| integer | mt_allow_pings (optional) |
| string | mt_keywords (optional) |
| string | mt_excerpt (optional) |
| array of string | mt_tb_ping_urls (optional) |
Members
| string | name (optional) |
| string | type (optional) |
| base64 | bits (optional) |
Members
Members
| string | categoryId (optional) |
| string | categoryName (optional) |
Members
| integer | length (optional) |
| string | type (optional) |
| string | url (optional) |
Members
| string | name (optional) |
| string | url (optional) |