JoeUser MetaWeblog API
Post to Blog from BlogNavigator, Word 2007, Windows Live Writer, etc.
The following methods are supported:
Deletes a post.
Parameters
| string | AppKey |
| string | PostId |
| string | Username |
| string | Password |
| boolean | Publish |
Return Value
Returns information on all the blogs a given user is a member.
Parameters
| string | AppKey |
| string | Username |
| string | Password |
Return Value
Returns comments on an article for BlogNavigator.
Parameters
| integer | PostId |
| string | Username |
| string | Password |
Return Value
Updates and existing post to a designated blog using the metaWeblog API.
Parameters
| string | PostId |
| string | Username |
| string | Password |
| struct FullPost | PostInfo |
| boolean | Publish |
Return Value
Retrieves a list of valid categories for a post using the metaWeblog API.
Parameters
| any | BlogId |
| string | Username |
| string | Password |
Return Value
Retrieves an existing post using the metaWeblog API.
Parameters
| string | PostId |
| string | Username |
| string | Password |
Return Value
Retrieves a list of the most recent existing post using the metaWeblog API.
Parameters
| any | BlogId |
| string | Username |
| string | Password |
| integer | NumberOfPosts |
Return Value
Uploads an image, movie, song, or other media using the metaWeblog API.
Parameters
| any | BlogId |
| string | Username |
| string | Password |
| struct MediaObject | Media |
Return Value
Makes a new post to a designated blog using the metaWeblog API.
Parameters
| any | BlogId |
| string | Username |
| string | Password |
| struct FullPost | PostInfo |
| boolean | Publish |
Return Value
Members
| string | blogid |
| string | url |
| string | blogName |
Members
| string | PostDate |
| string | ArticleReplyText |
| string | NickName |
| string | ArticleReplyID |
Members
| string | userid (optional) |
| dateTime | dateCreated (optional) |
| string | description (optional) |
| string | title (optional) |
| array of string | categories (optional) |
| string | link (optional) |
| string | permaLink (optional) |
| string | postid (optional) |
| string | categoryId (optional) |
| string | subcategory (optional) |
| string | subTitle (optional) |
| string | relatedLink (optional) |
| dateTime | lastModified (optional) |
| dateTime | pubDate (optional) |
| integer | mt_allow_comments (optional) |
| integer | mt_allow_pings (optional) |
| string | mt_convert_breaks (optional) |
| string | mt_text_more (optional) |
| string | mt_excerpt (optional) |
| array of string | mt_tb_ping_urls (optional) |
Members
| string | description |
| string | htmlUrl |
| string | rssUrl |
| string | title |
| string | categoryId |
| array of struct SubCategoryInfo | subCategory |
Members
| string | name |
| string | type |
| base64 | bits |
Members
Members
| string | description |
| string | htmlUrl |
| string | rssUrl |
| string | title |
| string | categoryId |
| string | parentId |