|
|
|
Blogger.getRecentPosts
Parameters:
- appkey : currently ignored
- blogId : blogId should be a string identifying the blog you wish to post to. This string will look like "zoneId|convId|pathToWeblog". pathToWeblog should be only the path that remains if you remove that base URL of the site...ie, if your weblog resides at "http://www.free-conversant.com/[mysite]/weblog", the pathToWeblog should be "weblog".
- username : the email address you use as a username for the site. This user must have privileges to post to the weblog as either the weblog owner, or a member of the owner group.
- password : the password you use for the site
- numberOfPosts : the number of recent posts that you want returns
Returns:
- an array of structs, where each struct is one post. Each post is formatted exactly like the result of blogger.getPost (see above).
|
|
|
|