Changes from Version 1 of zooomr.tags.getListPhoto

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/11/08 17:20:09 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.tags.getListPhoto

    v0 v1  
     1See Tickets: #178 
     2 
     3= zooomr.tags.getListPhoto = 
     4 
     5Get the tag list for a given photo. 
     6 
     7=== Authentication === 
     8 
     9This method does not require authentication. 
     10 
     11=== Arguments === 
     12 
     13api_key (Required) 
     14    Your API application key. 
     15photo_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}}}