Changes from Version 1 of zooomr.photosets.getInfo
- Timestamp:
- 05/11/08 08:21:39 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.photosets.getInfo
v0 v1 1 = zooomr.photosets.getInfo = 2 3 Gets information about a photoset. 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 photoset_id (Required) 14 The ID of the photoset to fetch information for. 15 16 === Example Response === 17 {{{ 18 {"stat": "ok", "photoset": {"description": {"_content": "description"}, "title": {"_content": "photo set title"}, "rules": {"_content": ""}, "sortmode": 2, "primary": 4809022, "photos": 0, "secret": "1abb30ffb2", "context": 4, "owner": "13205@Z01", "id": 31913}} 19 }}}
