Flickr
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Version: | 1.0 |
| Author: | Fabricio Zuardi |
| Classpath: | com.zuardi.flickr.Flickr |
| File last modified: | Saturday, 04 September 2004, 10:38:12 |
Summary
Constructor
- Flickr (api_key:String, user_email:String, user_password:String, rest_endpoint:String)
Class properties
- REST_ENDPOINT : String
Instance properties
- api_key : String
- _email : String
- _password : String
- _rest_endpoint : String
- blogs : FlickrBlogs
- contacts : FlickrContacts
- people : FlickrPeople
- tags : FlickrTags
- test : FlickrTest
- favorites : FlickrFavorites
- urls : FlickrUrls
- photos : FlickrPhotos
Constructor
Flickr
function Flickr (
api_key:String,
user_email:String,
user_password:String,
rest_endpoint:String)
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
See also:
Class properties
REST_ENDPOINT
static private REST_ENDPOINT:String = "http://www.flickr.com/services/rest/"
(read)
Instance properties
_email
private _email:String
(read)
_password
private _password:String
(read)
_rest_endpoint
private _rest_endpoint:String
(read)
api_key
api_key:String
(read)