MetaWeblog
The following methods are supported:
Deletes a post.
Parameters
| string | appKey |
| string | postid |
| string | username |
| string | password |
| boolean | publish - Where applicable, this specifies whether the blog should be republished after the post has been deleted. |
Return Value
| boolean | Always returns true. |
Returns information about the given user.
Parameters
| string | appKey |
| string | username |
| string | password |
Return Value
Returns information on all the blogs a given user is a member.
Parameters
| string | appKey |
| string | username |
| string | password |
Return Value
Updates and existing post to a designated blog using the MetaWeblog API. Returns true if completed.
Parameters
| string | postid |
| string | username |
| string | password |
| struct Post | post |
| boolean | publish |
Return Value
Retrieves a list of valid categories for a post using the MetaWeblog API. Returns the MetaWeblog categories struct collection.
Parameters
| string | blogid |
| string | username |
| string | password |
Return Value
Retrieves an existing post using the MetaWeblog API. Returns the MetaWeblog struct.
Parameters
| string | postid |
| string | username |
| string | password |
Return Value
Retrieves a list of the most recent existing post using the MetaWeblog API. Returns the MetaWeblog struct collection.
Parameters
| string | blogid |
| string | username |
| string | password |
| integer | numberOfPosts |
Return Value
Add a media object to a post using the metaWeblog API. Returns media url as a string.
Parameters
| string | blogid |
| string | username |
| string | password |
| struct MediaObject | mediaObject |
Return Value
Makes a new post to a designated blog using the MetaWeblog API. Returns postid as a string.
Parameters
| string | blogid |
| string | username |
| string | password |
| struct Post | post |
| boolean | publish |
Return Value
Members
| string | userid (optional) |
| string | firstname (optional) |
| string | lastname (optional) |
| string | nickname (optional) |
| string | email (optional) |
| string | url (optional) |
Members
| string | blogid (optional) |
| string | url (optional) |
| string | blogName (optional) |
Members
| dateTime | dateCreated (optional) |
| string | description (optional) |
| string | title (optional) |
| string | link (optional) |
| string | permalink (optional) |
| any | postid (optional) |
| string | userid (optional) |
| array of string | categories (optional) |
Members
| string | description |
| string | htmlUrl |
| string | rssUrl |
| string | title |
| string | categoryid |
Members
| string | name (optional) |
| string | type (optional) |
| base64 | bits (optional) |
Members