Documentation home page

CFlickr.blogs
Component BlogsInterface

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

getList

public Array getList()
Get a list of configured blogs for the calling user.


postPhoto

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.

Parameters:
string blog_id (Required) - The id of the blog to post to
string photo_id (Required) - The id of the photo to blog
string title (Required) - The blog post title
string description (Required) - The blog post body
string blog_password (Optional) - The password for the blog (used when the blog does not have a stored password)