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
Flickr
last update 08/25/2004
A link
See also:

Summary


Constructor
  • Flickr (api_key:String, user_email:String, user_password:String, rest_endpoint:String)
Class properties

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

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)

blogs

(read)

contacts

contacts:FlickrContacts
(read)

favorites

favorites:FlickrFavorites
(read)

people

people:FlickrPeople
(read)

photos

photos:FlickrPhotos
(read)

tags

(read)

test

(read)

urls

(read)