Changes from Version 1 of zooomr.groups.getInfo
- Timestamp:
- 05/09/08 06:14:50 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.groups.getInfo
v0 v1 1 = zooomr.groups.getInfo = 2 3 Get information about a group. 4 5 === Authentication === 6 7 This method does not require authentication. 8 9 === Arguments === 10 11 api_key (Required) 12 Your API application key. 13 group_id (Required) 14 The NSID of the group to fetch information for. 15 lang (Optional) DOESN'T SEEM TO WORK OR IS DIFFERENT TO FLICKR 16 The language of the group name and description to fetch. If the language is not found, the primary language of the group will be returned. Valid values are the same as in feeds. 17 18 === Example Response === 19 {{{ 20 {"stat": "ok", "group": {"website": "", "category": 4, "ismember": 0, "isofficer": 0, "throttle": {"mode": "none"}, "name": {"_content": "Zooomr Help"}, "metro": {"locname": "Global Network", "name": "Global", "lat": 10.0, "lon": 0.0, "geores": 17, "id": -1}, "privacy": {"_content": 1}, "language": "all", "isadmin": 0, "members": {"_content": 975}, "urlname": "help", "id": "4@Z01", "description": {"_content": "Need Help with Zooomr? Here's the place!"}}} 21 }}}
