Changes from Version 1 of zooomr.photos.comments.getList

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/10/08 17:31:16 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.photos.comments.getList

    v0 v1  
     1= zooomr.photos.comments.getList = 
     2 
     3Returns the comments for a photo 
     4 
     5=== Authentication === 
     6 
     7This method does not require authentication. 
     8 
     9=== Arguments === 
     10 
     11api_key (Required) 
     12    Your API application key. 
     13photo_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}}}