Function Library
If
you only need to make use of a smaller portion of the entire Blogger.com
API, then you will probably want to get a copy of these functions, then
just implement them as required.
The functions are supplied in a single file, with brief document to explain their use (refer to the official documentation for more information)
Download Function Library Now!
Functions Available
Core Blogger API Functions
- blogger_getUsersBlogs(string username, string password);
- blogger_getUserInfo(string username, string password);
- blogger_getRecentPosts(int blogid, string username, string password, int numPosts);
- blogger_getPost(int postid, string username, string password);
- blogger_newPost(int blogid, string username, string password, string content, boolean publish);
- blogger_deletePost(int postid, string username, string password, booloean publish);
- blogger_editPost(int postid, string username, string password, boolean publish, string content);
- blogger_getTemplate(int blogid, string username, string password, string template);
- blogger_setTemplate(int blogid, string username, string password, string template, string content);
Custom Extension Functions
- blogger_getUsersBlogsSelect(array getUsersBlogsArray, string name, string selected, array extra);
- blogger_getUserRecentPosts(int blogid, string username, string password, int numUserPosts, int checkInPosts);
