Blogger.editPost

Parameters:

  • appkey : currently ignored
  • postId : postId is a unique identifier for the post created. It is the value returned by blogger.newPost. postId will look like..."zoneId|convId|pathToWeblog|msgNum".
  • 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
  • content : the text that will become the body of the message post.
  • publish : true/false. If true, and the message has not already been posted to the weblog, it will be added now.

Returns:

  • true