Documentation home page

CFlickr.urls
Component UrlsInterface

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

getGroup

public string getGroup(string group_id)
Returns the url to a group's page.

Parameters:
string group_id (Required) - The NSID of the group to fetch the url for.

getUserPhotos

public string getUserPhotos([string user_id])
Returns the url to a user's photos.

Parameters:
string user_id (Optional) - The NSID of the user to fetch the url for. If omitted, the calling user is assumed.

getUserProfile

public string getUserProfile([string user_id])
Returns the url to a user's profile.

Parameters:
string user_id (Optional) - The NSID of the user to fetch the url for. If omitted, the calling user is assumed.

lookupGroup

public CFlickr.groups.Group lookupGroup(string url)
Returns a group NSID, given the url to a group's page or photo pool.

Parameters:
string url (Required) - The url to the group's page or photo pool.

lookupUser

public string lookupUser(string url)
Returns a user NSID, given the url to a user's photos or profile.

Parameters:
string url (Required) - Thr url to the user's profile or photos page.