Changes from Version 1 of zooomr.people.getInfo

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/09/08 06:19:12 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.people.getInfo

    v0 v1  
     1= zooomr.people.getInfo = 
     2Get information about a user. 
     3 
     4=== Authentication === 
     5 
     6This method does not require authentication. 
     7 
     8=== Arguments === 
     9 
     10api_key (Required) 
     11    Your API application key. See here for more details. 
     12user_id (Required) 
     13    The NSID of the user to fetch information about. 
     14 
     15=== Example Response === 
     16{{{ 
     17{"person": {"username": {"_content": "bluemonki"}, "photosurl": {"_content": "http://zooomr.com/photos/bluemonki/"}, "realname": {"_content": "John Wesley"}, "nsid": "13205@Z01", "iconserver": 1, "profileurl": {"_content": "http://zooomr.com/bluemonki/"}, "photos": {"count": {"_content": 735}, "firstdatetaken": {"_content": 1}, "firstdate": {"_content": 1}}, "isadmin": 0, "ispro": 2, "location": {"_content": ""}}, "stat": "ok"} 
     18}}}