MetaWeblogService



The following methods are supported:

method blogger.deletePost

Parameters

stringappKey
stringpostid
stringusername
stringpassword
booleanpublish

Return Value

boolean 

method blogger.getUserInfo

Returns information about the given user.

Parameters

stringappKey
stringusername
stringpassword

Return Value

struct BlogUserInfoStruct 

method blogger.getUsersBlogs

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

Parameters

stringappKey
stringusername
stringpassword

Return Value

array of struct BlogInfoStruct 

method metaWeblog.editPost

Updates and existing post to a designated blog using the MetaWeblog API. Returns true if completed.

Parameters

stringpostid
stringusername
stringpassword
struct Postpost
booleanpublish

Return Value

boolean 

method metaWeblog.getCategories

Retrieves a list of valid categories for a post using the MetaWeblog API. Returns the MetaWeblog categories struct collection.

Parameters

stringblogid
stringusername
stringpassword

Return Value

array of struct CategoryInfoStruct 

method metaWeblog.getPost

Retrieves an existing post using the MetaWeblog API. Returns the MetaWeblog struct.

Parameters

stringpostid
stringusername
stringpassword

Return Value

struct Post 

method metaWeblog.getRecentPosts

Retrieves a list of the most recent existing post using the MetaWeblog API. Returns the MetaWeblog struct collection.

Parameters

stringblogid
stringusername
stringpassword
integernumberOfPosts

Return Value

array of struct Post 

method metaWeblog.newMediaObject

Add a media object to a post using the metaWeblog API. Returns media url as a string.

Parameters

stringblogid
stringusername
stringpassword
struct MediaObjectmediaObject

Return Value

struct MediaObjectUrl 

method metaWeblog.newPost

Makes a new post to a designated blog using the MetaWeblog API. Returns postid as a string.

Parameters

stringblogid
stringusername
stringpassword
struct Postpost
booleanpublish

Return Value

string 

struct BlogUserInfoStruct

Members

stringuserid
stringnickname
stringemail
stringurl

struct BlogInfoStruct

Members

stringblogid
stringurl
stringblogName

struct Post

Members

stringdescription - Required when posting.
stringtitle - Required when posting.
array of stringcategories (optional)
stringpostid (optional)
stringuserid (optional)
dateTimepostTime (optional)

struct CategoryInfoStruct

Members

stringdescription
stringhtmlUrl
stringrssUrl
stringtitle
stringcategoryid

struct MediaObject

Members

stringname
stringtype
base64bits

struct MediaObjectUrl

Members

stringurl

 

Chinaaet.Blog 1.0.0   CookComputing.XmlRpcV2 2.5.0   .NET CLR 4.0.30319