Documentation home page

CFlickr.groups
Component GroupsInterface

AbstractInterface
  |
  +--groups.GroupsInterface

Method Summary
public Category browse([string cat_id])
public Group getInfo(string group_id)
Get information about a group.
public GroupList search(string text, [numeric per_page], [numeric page])
Search for groups. 18+ groups will only be returned for authenticated calls where the authenticated user is over 18.

Methods inherited from AbstractInterface
init
 

Method Detail

browse

public CFlickr.groups.Category browse([string cat_id])
Parameters:
string cat_id (Optional) - The category id to fetch a list of groups and sub-categories for. If not specified, it defaults to zero, the root of the category tree.

getInfo

public CFlickr.groups.Group getInfo(string group_id)
Get information about a group.

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

search

public CFlickr.groups.GroupList search(string text, [numeric per_page], [numeric page])
Search for groups. 18+ groups will only be returned for authenticated calls where the authenticated user is over 18.

Parameters:
string text (Required) - The text to search for.
numeric per_page (Optional) - Number of groups to return per page. If this argument is ommited, it defaults to 100. The maximum allowed value is 500.
numeric page (Optional) - The page of results to return. If this argument is ommited, it defaults to 1.