Documentation home page

CFlickr.contacts
Component ContactsInterface

AbstractInterface
  |
  +--contacts.ContactsInterface

Method Summary
public ContactList getList([string filter], [numeric page], [numeric per_page])
Get a list of contacts for the calling user.
public ContactList getPublicList(string user_id, [numeric page], [numeric per_page])
Get the contact list for a user.

Methods inherited from AbstractInterface
init
 

Method Detail

getList

public CFlickr.contacts.ContactList getList([string filter], [numeric page], [numeric per_page])
Get a list of contacts for the calling user.

Parameters:
string filter (Optional) - friend,family,both,neither
numeric page (Optional) - The page of results to return. If this argument is omitted, it defaults to 1.
numeric per_page (Optional) - Number of contacts to return per page. If this argument is omitted, it defaults to 1000. The maximum allowed value is 1000.

getPublicList

public CFlickr.contacts.ContactList getPublicList(string user_id, [numeric page], [numeric per_page])
Get the contact list for a user.

Parameters:
string user_id (Required)
numeric page (Optional) - The page of results to return. If this argument is omitted, it defaults to 1.
numeric per_page (Optional) - Number of contacts to return per page. If this argument is omitted, it defaults to 1000. The maximum allowed value is 1000.