Changes from Version 1 of zooomr.tags.getListPhoto
- Timestamp:
- 05/11/08 17:20:09 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.tags.getListPhoto
v0 v1 1 See Tickets: #178 2 3 = zooomr.tags.getListPhoto = 4 5 Get the tag list for a given photo. 6 7 === Authentication === 8 9 This method does not require authentication. 10 11 === Arguments === 12 13 api_key (Required) 14 Your API application key. 15 photo_id (Required) 16 The id of the photo to return tags for. 17 18 === Example Response === 19 {{{ 20 {"stat": "fail", "code":-500, "message":"Internal Task Failed"} 21 }}}
