FlickrFavorites

Inherits from:none (FlickrFavorites is a root class)
  • Version: 1.0
  • Author: Fabricio Zuardi
  • Classpath: com.zuardi.flickr.FlickrFavorites
  • File last modified: Saturday, 04 September 2004, 09:39:43
FlickrFavorites
last update 08/29/2004

Summary

Constructor
Instance properties
Instance methods

Constructor

FlickrFavorites

function FlickrFavorites (
api_key:String, user_email:String, user_password:String, rest_endpoint:String)
These parameters are filled automatically if you are using a Flickr object otherwise, if you are instantiating a FlickrBlogs, object you have to enter the parameters
Parameters
api_key: :
(required) The api_key of the application
user_email: :
(optional) The email to use on methods that requires user authentication
user_password::
(optional) The email to use on methods that requires user authentication
rest_endpoint::
(optional) The rest endpoint url

Instance methods