AbstractInterface | +--urls.UrlsInterface
| Method Summary | |
public string |
getGroup(string group_id)
Returns the url to a group's page. |
public string |
getUserPhotos([string user_id])
Returns the url to a user's photos. |
public string |
getUserProfile([string user_id])
Returns the url to a user's profile. |
public Group |
lookupGroup(string url)
Returns a group NSID, given the url to a group's page or photo pool. |
public string |
lookupUser(string url)
Returns a user NSID, given the url to a user's photos or profile. |
| Methods inherited from AbstractInterface |
init
|
| Method Detail |
public string getGroup(string group_id)
string group_id (Required) - The NSID of the group to fetch the url for. public string getUserPhotos([string user_id])
string user_id (Optional) - The NSID of the user to fetch the url for. If omitted, the calling user is assumed.public string getUserProfile([string user_id])
string user_id (Optional) - The NSID of the user to fetch the url for. If omitted, the calling user is assumed. public CFlickr.groups.Group lookupGroup(string url)
string url (Required) - The url to the group's page or photo pool. public string lookupUser(string url)
string url (Required) - Thr url to the user's profile or photos page.