Index
The base path you go to when you want to authenticate on flickr.com Private variable which is used to store the frob which is used for the first part of the authentication process. Internal function which generates the relevant link and pops open the login window on flickr.com. Internal, private function which is used to generate the api_sig used to sign a call. Private variable which stores the token generated by a successfull authorisation. An Array containing references to all of this Person’s favourites as Photo objects indexed by the id of each of the favourites. A private static Object containing Group objects. A private static Object containing Note objects. Private internal function used to avoid duplicate code to parse “the standard photo list xml” A private static Object containing Person objects. An Array containing references to all of this Person’s photos. A private static Object containing Photo objects. An object detailing the relationships between this tag and different photos. An Array containing references to all of this Person’s contacts. The place for all API calls to connect to. Private variable to store this app’s shared secret for use with the authentication API. The PhotoSizes that are associated with this photo. An Object containing references to all of this Person’s Tag’s The Tags that are associated with this photo. A private static Object containing Tag objects. Simple function to make sure a number is the right amount of characters long - used internally by dateToIso. Call this function if you want logged output to be displayed in the seperate “console” swf. Adds a favourite Photo to this user. Adds a Note object to this Photo. Adds this Photo into this Person’s _photos Array if it isn’t already there Add’s a reference to a Photo to this Tag. Add’s a public contact to this user Add’s a public group to this user and notes whether this user is an admin of that group. Add’s a reference to a related Tag to this Tag. Adds a PhotoSize object to this Photo. Adds a Tag into this Person’s _tags Array if it isn’t already there Adds a Tag object to this Photo and associates it with a Person who is the Person who associated that Tag with this Photo. Call this function if you want logged output to be displayed in the trace window of the Flash IDE. Your Flickr API Key. Calls flickr.auth.checkToken to get the credentials attached to an authentication token. Calls flickr.auth.getFrob to get a frob to be used during authentication. Calls flickr.auth.getToken to get the auth token for the given frob, if one has been attached. Pops open a login window so that the user can authenticate with the flickr.com website. Simple function which forgets the information that was making this user be logged in. The person who wrote this note A variable describing the permissions the currently auth’d user has within this app. Use to set the value of the shared secret before any calls to methods like authLogin or authCheckToken A Person object for the currently auth’d user (if there is one). DEPRECATED The bandwidth this user has available, in bytes per month. The bandwidth this user has used this month, in bytes. Used to call a method on the flickr API. A pretty-formatted version of the tag where availabale. Class to describe some ExifData as returned by Flickr. Class to provide an interface to the Flickr API Class to define a listener for responses from the FlickrAPI. Class to describe a group from Flickr. Class to describe a note on a photo on Flickr. Class to describe a person from Flickr. Class to describe a photo from Flickr. Class to describe the size of a Photo from Flickr. Class to describe a tag on a photo on Flickr. Just a very simple class to hold some functions for formating a Flash Date object. Class to wrap the LuminicBox.Log logging system from http://www.luminicbox.com/blog/?page=post&id=2 Calls flickr.contacts.getList to get a list of contacts for the calling user. Calls flickr.contacts.getPublicList to get a list of contacts a user. Not documented on flickr.com but maybe the number of photos in this context? The next photo in this context (as returned by Flickr.photosGetContext) The previous photo in this context (as returned by Flickr.photosGetContext) The URL for this photo’s thumbnail image within some sort of context e.g. The URL for this photo within some sort of context e.g. |