flickrex v0.3.0 Flickr.Urls
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
Types
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.