feed/photos/public

The following methods are supported on this resource:

Mount Points

The following URLs are examples of where this resource is mounted :

XML: http://api.hi5.com
*JSON: http://api.hi5.com
*JSON endpoints are mounted read-only.

read

Public Photos Feed.

Returns a reverse time sorted feed of photos in Atom 1.0 format.

Examples:

http://api.hi5.com/rest/feed/photos/public?id=1000
http://api.hi5.com/json/feed/photos/public?id=1000
http://api.hi5.com/rest/feed/photos/public?id=1000&id=1010

Flickr Compatibility

You may use a URL conforming to the Flickr photo feed as follows:

http://api.hi5.com/services/feeds/photos_public.gne
Using Parameters id, ids, tags, tagmode, lang, and format.
Only Atom and json formats are supported at this time.

Possible HTTP Parameters

name description
id An optional list of userids
tag Optional list of tags
tagmode How to filter tags, either (all|any)
lang web browser or ISO language (en-us, en_US are default)

Output Payload

Atom 1.0 Feed

Errors

code description
404 if any of the specified Ids are missing

Comments