zooomr.activity.userPhotos

Returns a list of recent activity on photos belonging to the calling user. This is basically Social Stream.

Authentication

This method requires authentication with 'read' permission. Arguments

api_key (Required)

Your API application key.

timeframe (Optional)

The timeframe in which to return updates for. This can be specified in days ('2d') or hours ('4h'). The default behavoiur is to return changes since the beginning of the previous user session.

per_page (Optional)

Number of items to return per page. If this argument is omitted, it defaults to 10. The maximum allowed value is 50.

page (Optional)

The page of results to return. If this argument is omitted, it defaults to 1.

Example Response

 {"items": {"item": [{"views": 38, "farm": 1, "title": {"_content": "Dried Mushrooms"}, "faves": 1, "commentsnew": 0, "secret": "bb94238f16", "activity": {"event": [{"username": "Olivia Moore", "urlname": "oliviamoore", "dateadded": 1209528892, "type": "fave", "user": "70324@Z01"}]}, "owner": "13205@Z01", "server": 0, "type": "photo", "id": 4734800, "commentsold": 0}, {"views": 39, "farm": 1, "title": {"_content": "Rot"}, "faves": 1, "commentsnew": 0, "secret": "221aa9c494", "activity": {"event": [{"username": "Olivia Moore", "urlname": "oliviamoore", "dateadded": 1209528891, "type": "fave", "user": "70324@Z01"}]}, "owner": "13205@Z01", "server": 0, "type": "photo", "id": 4734793, "commentsold": 0}, {"views": 46, "farm": 1, "title": {"_content": "Wooden Star"}, "faves": 1, "commentsnew": 0, "secret": "8d5721f2f5", "activity": {"event": [{"username": "shutterbrain", "urlname": "shutterbrain", "dateadded": 1209509189, "type": "fave", "user": "81967@Z01"}]}, "owner": "13205@Z01", "server": 0, "type": "photo", "id": 4734789, "commentsold": 0}, {"views": 52, "farm": 1, "title": {"_content": "Dried Fungus"}, "faves": 1, "commentsnew": 0, "secret": "e55e057a35", "activity": {"event": [{"username": "mill", "urlname": "rollingmill", "dateadded": 1209508865, "type": "fave", "user": "70365@Z01"}]}, "owner": "13205@Z01", "server": 0, "type": "photo", "id": 4734797, "commentsold": 0}, {"views": 46, "farm": 1, "title": {"_content": "Seeds"}, "faves": 1, "commentsnew": 0, "secret": "486a568e35", "activity": {"event": [{"username": "mill", "urlname": "rollingmill", "dateadded": 1209508824, "type": "fave", "user": "70365@Z01"}]}, "owner": "13205@Z01", "server": 0, "type": "photo", "id": 4734785, "commentsold": 0}], "total": 12, "perpage": 5, "pages": 3, "page": 2}, "stat": "ok"}