/feed/photos/user/{userId}
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
Retrieve albums of the given user. If the photos are set to private you must provide an authorization token and be either the target user or the friend of the target user.
Possible HTTP Parameters
| name | description |
|---|---|
| userId | (no documentation provided) |
| lang | (no documentation provided) |
Output Payload
atom feed of albums
Errors
| code | description |
|---|---|
| 404 | Thrown when attempting to access a missing resource |
| 403 | Thrown when an attempt is made to do something without the correct permissions. |
update
Add photos to the default album. Like feed/photos/user/userId/.../albumid/... only no albumid required.
Possible HTTP Parameters
| name | description |
|---|---|
| userId | (no documentation provided) |
Input Payload
(no documentation provided)
Output Payload
(no documentation provided)
Errors
| code | description |
|---|---|
| 403 | Thrown when an attempt is made to do something without the correct permissions. |
| 404 | Thrown when attempting to access a missing resource |
| 400 | Thrown when attempting to access a missing resource |