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 |
public CFlickr.contacts.ContactList getList([string filter], [numeric page], [numeric per_page])
string filter (Optional) - friend,family,both,neithernumeric 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.public CFlickr.contacts.ContactList getPublicList(string user_id, [numeric page], [numeric per_page])
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.