Changes from Version 1 of zooomr.photos.getContext

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/09/08 06:39:39 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.photos.getContext

    v0 v1  
     1= zooomr.photos.getContext = 
     2 
     3Returns next and previous photos for a photo in a photostream. 
     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 the context for. 
     15 
     16=== Example Response === 
     17{{{ 
     18 {"count": 735, "prevphotos": {"photo": [{"url": "/photos/bluemonki/4734793/", "ownerurl": "bluemonki", "secret": "221aa9c494", "id": 4734793, "title": "Rot"}, {"url": "/photos/bluemonki/4734797/", "ownerurl": "bluemonki", "secret": "e55e057a35", "id": 4734797, "title": "Dried Fungus"}, {"url": "/photos/bluemonki/4734800/", "ownerurl": "bluemonki", "secret": "bb94238f16", "id": 4734800, "title": "Dried Mushrooms"}, {"url": "/photos/bluemonki/4758854/", "ownerurl": "bluemonki", "secret": "4f9a7e2d7e", "id": 4758854, "title": "Funguy"}, {"url": "/photos/bluemonki/4758861/", "ownerurl": "bluemonki", "secret": "315af369b5", "id": 4758861, "title": "BARK!"}], "extra": 729}, "stat": "ok", "nextphotos": {"photo": [], "extra": 0}} 
     19}}}