flickrex v0.6.0 Flickrex.Flickr.Blogs View Source

Link to this section Summary

Functions

Get a list of configured blogs for the calling user

Return a list of Flickr supported blogging services

Link to this section Types

Link to this section Functions

Link to this function get_list(args \\ []) View Source
get_list(args()) :: operation()

Get a list of configured blogs for the calling user.

This method requires authentication with “read” permission.

Arguments

Link to this function get_services(args \\ []) View Source
get_services(args()) :: operation()

Return a list of Flickr supported blogging services

This method does not require authentication.

Arguments

Link to this function post_photo(args \\ []) View Source
post_photo(args()) :: operation()

This method requires authentication with “write” permission.

Arguments

  • blog_id - The id of the blog to post to.

  • photo_id - (required) The id of the photo to blog

  • title - (required) The blog post title

  • description - (required) The blog post body

  • blog_password - The password for the blog (used when the blog does not have a stored password).

  • service - A Flickr supported blogging service. Instead of passing a blog id you can pass a service id and we’ll post to the first blog of that service we find.