Changes from Version 1 of zooomr.people.getInfo
- Timestamp:
- 05/09/08 06:19:12 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.people.getInfo
v0 v1 1 = zooomr.people.getInfo = 2 Get information about a user. 3 4 === Authentication === 5 6 This method does not require authentication. 7 8 === Arguments === 9 10 api_key (Required) 11 Your API application key. See here for more details. 12 user_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 }}}
