JoeUser MetaWeblog API



Post to Blog from BlogNavigator, Word 2007, Windows Live Writer, etc.

The following methods are supported:

method blogger.deletePost

Deletes a post.

Parameters

stringAppKey
stringPostId
stringUsername
stringPassword
booleanPublish

Return Value

boolean 

method blogger.getUsersBlogs

Returns information on all the blogs a given user is a member.

Parameters

stringAppKey
stringUsername
stringPassword

Return Value

array of struct BlogInfo 

method joeuser.getComments

Returns comments on an article for BlogNavigator.

Parameters

integerPostId
stringUsername
stringPassword

Return Value

array of struct Comment 

method metaWeblog.editPost

Updates and existing post to a designated blog using the metaWeblog API.

Parameters

stringPostId
stringUsername
stringPassword
struct FullPostPostInfo
booleanPublish

Return Value

boolean 

method metaWeblog.getCategories

Retrieves a list of valid categories for a post using the metaWeblog API.

Parameters

anyBlogId
stringUsername
stringPassword

Return Value

array of struct CategoryInfo 

method metaWeblog.getPost

Retrieves an existing post using the metaWeblog API.

Parameters

stringPostId
stringUsername
stringPassword

Return Value

struct FullPost 

method metaWeblog.getRecentPosts

Retrieves a list of the most recent existing post using the metaWeblog API.

Parameters

anyBlogId
stringUsername
stringPassword
integerNumberOfPosts

Return Value

array of struct FullPost 

method metaWeblog.newMediaObject

Uploads an image, movie, song, or other media using the metaWeblog API.

Parameters

anyBlogId
stringUsername
stringPassword
struct MediaObjectMedia

Return Value

struct MediaObjectInfo 

method metaWeblog.newPost

Makes a new post to a designated blog using the metaWeblog API.

Parameters

anyBlogId
stringUsername
stringPassword
struct FullPostPostInfo
booleanPublish

Return Value

string 

struct BlogInfo

Members

stringblogid
stringurl
stringblogName

struct Comment

Members

stringPostDate
stringArticleReplyText
stringNickName
stringArticleReplyID

struct FullPost

Members

stringuserid (optional)
dateTimedateCreated (optional)
stringdescription (optional)
stringtitle (optional)
array of stringcategories (optional)
stringlink (optional)
stringpermaLink (optional)
stringpostid (optional)
stringcategoryId (optional)
stringsubcategory (optional)
stringsubTitle (optional)
stringrelatedLink (optional)
dateTimelastModified (optional)
dateTimepubDate (optional)
integermt_allow_comments (optional)
integermt_allow_pings (optional)
stringmt_convert_breaks (optional)
stringmt_text_more (optional)
stringmt_excerpt (optional)
array of stringmt_tb_ping_urls (optional)

struct CategoryInfo

Members

stringdescription
stringhtmlUrl
stringrssUrl
stringtitle
stringcategoryId
array of struct SubCategoryInfosubCategory

struct MediaObject

Members

stringname
stringtype
base64bits

struct MediaObjectInfo

Members

stringurl

struct SubCategoryInfo

Members

stringdescription
stringhtmlUrl
stringrssUrl
stringtitle
stringcategoryId
stringparentId

 

Stardock.Web.Blogs 1.0.0   CookComputing.XmlRpcV2 0.0.0   .NET CLR 4.0.30319