feed/albumlist

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

This method requires a resource id on the URL. (e.g. "GET http://api.hi5.com/{id-goes-here}".)

Public List of Albums Feed.

Returns an Atom feed of Albums for a specific user.

Examples:

http://api.hi5.com/rest/feed/albumlist/1000 (Atom XML)
http://api.hi5.com/json/feed/albumlist/1000 (Atom as JSON)

TODO - add Livejournal authentication compatibility (auth tag for digest)

Possible HTTP Parameters

name description
lang The language for the feed, default is the specified users language.

Output Payload

An Atom 1.0 Feed

Errors

code description
404 - When the userId does not exist.
403 - When privacy settings do not allow access.

Comments