Packagecom.adobe.webapis.flickr.methodgroups
Classpublic class Urls

Contains the methods for the Urls method group in the Flickr API. Even though the events are listed here, they're really broadcast from the FlickrService instance itself to make using the service easier.



Public Methods
 MethodDefined by
  
Construct a new Notes "method group" class
Urls
  
getGroup(group_id:String):void
Returns the url to a group's page.
Urls
  
getUserPhotos(user_id:String = ""):void
Returns the url to a user's photos.
Urls
  
getUserProfile(user_id:String = ""):void
Returns the url to a user's profile.
Urls
  
lookupGroup(url:String):void
Returns a group NSID, given the url to a group's page or photo pool.
Urls
  
lookupUser(url:String):void
Returns a user NSID, given the url to a user's photos or profile.
Urls
Events
 EventSummaryDefined by
   Broadcast as a result of the getGroup method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a Group instance When success is false, contains an "error" FlickrError instance Urls
   Broadcast as a result of the getUserPhotos method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, a FlickrError instnace Urls
   Broadcast as a result of the getUserProfile method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, contains an "error" FlickrError instance Urls
   Broadcast as a result of the lookupGroup method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a Group instnace When success is false, contains an "error" FlickrError instance Urls
   Broadcast as a result of the lookupUser method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User When success is false, contains an "error" FlickrError instance Urls
Constructor detail
Urls()constructor
public function Urls(service:FlickrService)

Construct a new Notes "method group" class

Parameters
service:FlickrService — The FlickrService this method group is associated with.
Method detail
getGroup()method
public function getGroup(group_id:String):void

Returns the url to a group's page.

Parameters
group_id:String — The NSID of the group to fetch the url for.

See also

getUserPhotos()method 
public function getUserPhotos(user_id:String = ""):void

Returns the url to a user's photos.

Parameters
user_id:String (default = "") — (Optional) The NSID of the user to fetch the url for. If omitted, the calling user is assumed.

See also

getUserProfile()method 
public function getUserProfile(user_id:String = ""):void

Returns the url to a user's profile.

Parameters
user_id:String (default = "") — (Optional) The NSID of the user to fetch the url for. If omitted, the calling user is assumed.

See also

lookupGroup()method 
public function lookupGroup(url:String):void

Returns a group NSID, given the url to a group's page or photo pool.

Parameters
url:String — The url to the group's page or photo pool.

See also

lookupUser()method 
public function lookupUser(url:String):void

Returns a user NSID, given the url to a user's photos or profile.

Parameters
url:String — Thr url to the user's profile or photos page.

See also

Event detail
urlsGetGroupevent 
Event object type: com.adobe.webapis.flickr.events.FlickrResultEvent

Broadcast as a result of the getGroup method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a Group instance When success is false, contains an "error" FlickrError instance

See also

getList
com.adobe.service.flickr.FlickrError
urlsGetUserPhotosevent  
Event object type: com.adobe.webapis.flickr.events.FlickrResultEvent

Broadcast as a result of the getUserPhotos method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, a FlickrError instnace

See also

getUserPhotos
com.adobe.service.flickr.FlickrError
urlsGetUserProfileevent  
Event object type: com.adobe.webapis.flickr.events.FlickrResultEvent

Broadcast as a result of the getUserProfile method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User instance When success is false, contains an "error" FlickrError instance

See also

getUserProfile
com.adobe.service.flickr.FlickrError
urlsLookupGroupevent  
Event object type: com.adobe.webapis.flickr.events.FlickrResultEvent

Broadcast as a result of the lookupGroup method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a Group instnace When success is false, contains an "error" FlickrError instance

See also

lookupGroup
com.adobe.service.flickr.FlickrError
urlsLookupUserevent  
Event object type: com.adobe.webapis.flickr.events.FlickrResultEvent

Broadcast as a result of the lookupUser method being called The event contains the following properties success - Boolean indicating if the call was successful or not data - When success is true, a User When success is false, contains an "error" FlickrError instance

See also

lookupUser
com.adobe.service.flickr.FlickrError