Changes from Version 1 of zooomr.groups.getInfo

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

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.groups.getInfo

    v0 v1  
     1= zooomr.groups.getInfo = 
     2 
     3Get information about a group. 
     4 
     5=== Authentication === 
     6 
     7This method does not require authentication. 
     8 
     9=== Arguments === 
     10 
     11api_key (Required) 
     12    Your API application key.  
     13group_id (Required) 
     14    The NSID of the group to fetch information for. 
     15lang (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}}}