Changes from Version 1 of zooomr.contacts.getPublicList

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/09/08 04:47:21 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.contacts.getPublicList

    v0 v1  
     1= zooomr.contacts.getPublicList = 
     2 
     3Get the contact list for a user. 
     4 
     5=== Authentication === 
     6 
     7This method does not require authentication. 
     8 
     9=== Arguments === 
     10 
     11api_key (Required) 
     12    Your API application key.  
     13user_id (Required) 
     14    The NSID of the user to fetch the contact list for. 
     15page (Optional)  
     16    The page of results to return. If this argument is omitted, it defaults to 1. 
     17per_page (Optional)  
     18    Number of photos to return per page. If this argument is omitted, it defaults to 1000. The maximum allowed value is 1000. 
     19 
     20=== Example Response === 
     21{{{ 
     22{"stat": "ok", "contacts": {"total": 137, "perpage": 10, "page": 1, "_content": {"contact": [{"username": "CaseyAllen", "ignored": 0, "url_name": "caseyallen", "hasicon": 1, "realname": "Casey Allen", "family": 0, "iconserver": 1, "nsid": "36130@Z01", "friend": 0}, {"username": "kunix", "ignored": 0, "url_name": "kunix", "hasicon": 1, "realname": "\u90a6\u8cb4 \u65b0\u8218", "family": 0, "iconserver": 1, "nsid": "60331@Z01", "friend": 0}, {"username": "dbcohen", "ignored": 0, "url_name": "dbcohen", "hasicon": 1, "realname": "Dave Cohen", "family": 0, "iconserver": 1, "nsid": "29397@Z01", "friend": 0}, {"username": "scherbi", "ignored": 0, "url_name": "scherbi", "hasicon": 1, "realname": "Bill Scherer", "family": 0, "iconserver": 1, "nsid": "45902@Z01", "friend": 0}, {"username": "Rime", "ignored": 0, "url_name": "rime", "hasicon": 1, "realname": "Ray Whitt", "family": 0, "iconserver": 1, "nsid": "81113@Z01", "friend": 0}, {"username": "crazyfridge", "ignored": 0, "url_name": "crazyfridge", "hasicon": 1, "realname": "Yannick V", "family": 0, "iconserver": 1, "nsid": "64649@Z01", "friend": 0}, {"username": "jonhwilliams", "ignored": 0, "url_name": "jonhwilliams", "hasicon": 0, "realname": "Jon Williams", "family": 0, "iconserver": 1, "nsid": "81940@Z01", "friend": 0}, {"username": "throughmylens ", "ignored": 0, "url_name": "throughmylens", "hasicon": 1, "realname": "Christine Delissio", "family": 0, "iconserver": 1, "nsid": "75964@Z01", "friend": 0}, {"username": "mill", "ignored": 0, "url_name": "rollingmill", "hasicon": 1, "realname": "Mill K", "family": 0, "iconserver": 1, "nsid": "70365@Z01", "friend": 0}, {"username": "shigekicks", "ignored": 0, "url_name": "shigekicks", "hasicon": 1, "realname": "shige kicks", "family": 0, "iconserver": 1, "nsid": "78433@Z01", "friend": 0}]}, "pages": 14}} 
     23}}}