Prototype BloggerApi |
|
Functions |
deletePost(appkey, postid, username, password, publish) blogger.deletePost deletes an existing post |
editPost(appkey, postid, username, password, content, publish) blogger.editPost updates information about an existing post |
getBlog(blogid) Utility function that retrieves a site-object |
getPost(appkey, postid, username, password) Functions that implement Blogger's XML-RPC API see http://www.blogger.com/developers/api/1_docs/ for further details blogger.getTemplate and blogger.setTemplate are not supported |
getRecentPosts(appkey, blogid, username, password, numberOfPosts) blogger.getRecentPosts returns a list of the most recent posts in the system |
getUser(username, password) Utility function that authenticates a user via username/password |
getUserInfo(appkey, username, password) blogger.getUserInfo returns information about a certain user no password authentification required |
getUsersBlogs(appkey, username, password) blogger.getUsersBlogs returns a list of sites to which an author is a member of, and allowed to add/edit stories |
newPost(appkey, blogid, username, password, content, publish) blogger.newPost creates a new post, and optionally publishes it |
parseBloggerAPIPosting(param, content) Utility function to parse the |