flickrex v0.6.0 Flickrex.Flickr.Urls View Source
Link to this section Summary
Functions
Returns the url to a group’s page
Returns the url to a user’s photos
Returns the url to a user’s profile
Returns gallery info, by url
Returns a group NSID, given the url to a group’s page or photo pool
Returns a user NSID, given the url to a user’s photos or profile
Link to this section Types
Link to this section Functions
Returns the url to a group’s page.
This method does not require authentication.
Arguments
group_id
- (required) The NSID of the group to fetch the url for.
Returns the url to a user’s photos.
This method does not require authentication.
Arguments
user_id
- The NSID of the user to fetch the url for. If omitted, the calling user is assumed.
Returns the url to a user’s profile.
This method does not require authentication.
Arguments
user_id
- The NSID of the user to fetch the url for. If omitted, the calling user is assumed.
Returns gallery info, by url.
This method does not require authentication.
Arguments
url
- (required) The gallery’s URL.
Returns a group NSID, given the url to a group’s page or photo pool.
This method does not require authentication.
Arguments
url
- (required) The url to the group’s page or photo pool.