AbstractInterface | +--blogs.BlogsInterface
| Method Summary | |
public Array |
getList()
Get a list of configured blogs for the calling user. |
public boolean |
postPhoto(string blog_id, string photo_id, string title, string description, [string blog_password])
Post a photo to a blog configured on flickr. |
| Methods inherited from AbstractInterface |
init
|
| Method Detail |
public Array getList()
public boolean postPhoto(string blog_id, string photo_id, string title, string description, [string blog_password])
string blog_id (Required) - The id of the blog to post tostring photo_id (Required) - The id of the photo to blogstring title (Required) - The blog post titlestring description (Required) - The blog post bodystring blog_password (Optional) - The password for the blog (used when the blog does not have a stored password)