Changes from Version 1 of zooomr.photos.comments.getList
- Timestamp:
- 05/10/08 17:31:16 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zooomr.photos.comments.getList
v0 v1 1 = zooomr.photos.comments.getList = 2 3 Returns the comments for a photo 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 photo_id (Required) 14 The id of the photo to fetch comments for. 15 16 === Example Response === 17 {{{ 18 {"stat": "ok", "comments": {"photo_id": 4758866, "_content": {"comment": [{"permalink": "http://zooomr.com/photos/bluemonki/4758866/#comment100548", "thread": 0, "_content": "Edited comment", "author": "13205@Z01", "datecreate": "1210408202", "authorname": "bluemonki", "id": 100548}]}}} 19 }}}
