com. kelvinluck. flickr. FlickrResponseListenerClass to define a listener for responses from the FlickrAPI. Subclass this class or override the methods you are interested in and use Flickr.addListener... The methods as they exist in this class just output debugging information and exist kind of like an interface to specify the callbacks from Flickr.callMethod and the variables available to them. LicenceThis code and documentation is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0. http://creativecommons.org/licenses/by-nc-sa/2.0/ See Alsohttp://www.flickr.com/services/api/ Version0.3.0 AuthorKelvin Luck < kelvin at kelvinluck dot com > Project Websitehttp://kelvinluck.com- /projects- /flashr-a-flickr-api-wrapper-for-flash Summary
setSuppressOutput
Use if you don’t want this instance to log it’s messages. You may want to do this if you have multipule FlickrResponseListeners in one movie (e.g. one for auth stuff and one for other calls) or in a production environment. See AlsoonAuthGetFrob
Called when there is a successful response from a call to flickr.auth.getFrob Note that you only need to use this and Flickr.authGetFrob if you have opted not to use Flickr.authLogin for some reason. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.auth.getFrob.html onAuthCheckToken
Called when there is a successful response from a call to flickr.auth.getToken or flickr.auth.checkToken. The token is returned so that you can save it so that you can authenticate against flickr at a later date without prompting the user again. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.auth.getToken.html http://www.flickr.com- /services- /api- /flickr.auth.checkToken.html onContactsGetList
Called when there is a response from a call to flickr.contacts.getList. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.contacts.getList.html onContactsGetPublicList
Called when there is a response from a call to flickr.contacts.getPublicList. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.contacts.getPublicList.html onFavoritesAdd
Called when there is a response from a call to flickr.favorites.add. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.favorites.add.html onFavoritesGetList
Called when there is a response from a call to flickr.favorites.getList. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.favorites.getList.html onFavoritesGetPublicList
Called when there is a response from a call to flickr.favorites.getPublicList. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.favorites.getPublicList.html onFavoritesRemove
Called when there is a response from a call to flickr.favorites.remove. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.favorites.remove.html onGroupsPoolsAdd
Called when there is a response from a call to flickr.groups.pools.add Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.groups.pools.add.html onGroupsPoolsGetContext
Called when there is a response from a call to flickr.groups.pools.getContext Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.groups.pools.getContext.html onGroupsPoolsGetGroups
Called when there is a response from a call to flickr.groups.pools.getGroups Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.groups.pools.getGroups.html onGroupsPoolsGetPhotos
Called when there is a response from a call to flickr.groups.pools.getPhotos Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.groups.pools.getPhotos.html onGroupsPoolsRemove
Called when there is a response from a call to flickr.groups.pools.remove Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.groups.pools.remove.html onPeopleFindByEmail
Called when there is a response from a call to flickr.people.findByEmail. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.people.findByEmail.html onPeopleFindByUsername
Called when there is a response from a call to flickr.people.findByUsername. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.people.findByUsername.html onPeopleGetInfo
Called when there is a response from a call to flickr.people.getInfo. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.people.getInfo.html onPeopleGetPublicGroups
Called when there is a response from a call to flickr.people.getPublicGroups. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.people.getPublicGroups.html onPeopleGetPublicPhotos
Called when there is a response from a call to flickr.people.getPublicPhotos. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.people.getPublicPhotos.html onPeopleGetUploadStatus
Called when there is a response from a call to flickr.people.getUploadStatus. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.people.getUploadStatus.html onPhotosAddTags
Called when there is a response from a call to flickr.photos.addTags. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.addTags.html onPhotosGetAllContexts
Called when there is a response from a call to flickr.people.getAllContexts. Override this method in your application if you want to do something with the response to this call. Parameters
See Also<Photo.getGroupPools> TODO: implement this! http://flickr.com- /services- /api- /flickr.photos.getAllContexts.html onPhotosGetContactsPhotos
Called when there is a response from a call to flickr.people.getContactsPhotos. Override this method in your application if you want to do something with the response to this call. Note that Flickr.getFlickr().authUser will point to the auth’d user and any contacts that photos were found for whill have been added to that Persons contact list. Parameters
See AlsoFlickr.photosGetContactsPhotos http://flickr.com- /services- /api- /flickr.photos.getContactsPhotos.html onPhotosGetContactsPublicPhotos
Called when there is a response from a call to flickr.people.getContactsPhotos. Override this method in your application if you want to do something with the response to this call. Parameters
See AlsoFlickr.photosGetContactsPublicPhotos http://flickr.com- /services- /api- /flickr.photos.getContactsPublicPhotos.html onPhotosGetContext
Called when there is a response from a call to flickr.people.getContext. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://flickr.com- /services- /api- /flickr.photos.getContext.html onPhotosGetCounts
Called when there is a response from a call to flickr.people.getCounts. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.getCounts.html onPhotosGetExif
Called when there is a response from a call to flickr.people.getExif. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.getExif.html onPhotosGetInfo
Called when there is a response from a call to flickr.people.getInfo. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.getInfo.html onPhotosGetNotInSet
Called when there is a response from a call to flickr.people.getPhotosNotInSet. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.getNotInSet.html onPhotosGetPerms
Called when there is a response from a call to flickr.people.getPerms. Override this method in your application if you want to do something with the response to this call. Parameters
TODONeed to actually do something with the permissions that were returned. At the moment they are ignored as I need to figure out how to store permissions which are a combination of Person and Photo - and so can’t just be stored on a Photo. See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.getPerms.html onPhotosGetRecent
Called when there is a response from a call to flickr.people.getRecent. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.getRecent.html onPhotosGetSizes
Called when there is a response from a call to flickr.people.getSizes. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.getSizes.html onPhotosGetUntagged
Called when there is a response from a call to flickr.people.getUntagged. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.getUntagged.html onPhotosRemoveTag
Called when there is a response from a call to flickr.people.removeTag. Override this method in your application if you want to do something with the response to this call. Note that Flickr.getFlickr().authUser will point to the auth’d user who is obviously the person who removed the Tag if you are interested in that. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.removeTag.html onPhotosSearch
Called when there is a response from a call to flickr.people.search. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.search.html onPhotosSetDates
Called when there is a response from a call to flickr.people.setDates. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.setDates.html onPhotosSetMeta
Called when there is a response from a call to flickr.people.setMeta. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.setMeta.html onPhotosSetPerms
Called when there is a response from a call to flickr.people.setPerms. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.setPerms.html onPhotosSetTags
Called when there is a response from a call to flickr.people.setTags. Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photos.setTags.html onPhotosetsAddPhoto
Called when there is a response from a call to flickr.photosets.addPhoto Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photosets.addPhoto.html onPhotosetsCreate
Called when there is a response from a call to flickr.photosets.create Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photosets.create.html onPhotosetsDelete
Called when there is a response from a call to flickr.photosets.delete Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photosets.delete.html onPhotosetsEditMeta
Called when there is a response from a call to flickr.photosets.editMeta Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photosets.editMeta.html onPhotosetsEditPhotos
Called when there is a response from a call to flickr.photosets.editPhotos Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photosets.editPhotos.html onPhotosetsGetContext
Called when there is a response from a call to flickr.photosets.getContext Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photosets.getContext.html onPhotosetsGetInfo
Called when there is a response from a call to flickr.photosets.getInfo Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photosets.getInfo.html onPhotosetsGetList
Called when there is a response from a call to flickr.photosets.getList Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photosets.getList.html onPhotosetsGetPhotos
Called when there is a response from a call to flickr.photosets.getPhotos Override this method in your application if you want to do something with the response to this call. Parameters
See Alsohttp://www.flickr.com- /services- /api- /flickr.photosets.getPhotos.html onPhotosetsOrderSets
Called when there is a response from a call to flickr.photosets.orderSets Override this method in your application if you want to do something with the response to this call. Parameters
See Also<Flickr.photosetsOrderSets> http://www.flickr.com- /services- /api- /flickr.photosets.orderSets.html |