FlickrPhotos

Inherits from:none (FlickrPhotos is a root class)
  • Version: 1.0
  • Author: Fabricio Zuardi
  • Classpath: com.zuardi.flickr.FlickrPhotos
  • File last modified: Saturday, 04 September 2004, 09:40:45
FlickrPhotos
last update 09/02/2004

Summary

Constructor
Instance methods

Constructor

FlickrPhotos

function FlickrPhotos (
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 FlickrPhotos, 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