GET /users/#{id}/feed

July 17, 2013 ยท View on GitHub


/users/#{id}/feed

Description


Gets albums relevant to a user (selection happens server side, includes albums they like, albums they contributed to, trending, recommended and nearby albums)

If requested from a user other than the authenticated one, only the user's liked albums are returned

Parameters


headerdescriptiontyperequired?default
idthe user id to get information fromintegerx
parameterdescriptiontyperequired?default
X-GEO-closestVenueFsIdsshould contain a comma-separated list of foursquare venue idsstring
X-GEO-cityNameshould contain the name of the city the device "thinks" it's instring
limitnum of photos to returninteger20
offsetoffset of photos to start atinteger0
detailedreturns a simple or detailed album objectboolean1
includePhotosif true it returns some of the album's photosboolean1
numPhotosthe number of album photos to returninteger10
includeContributorsif true, returns the album contributorsboolean0
includeLikersif true, returns the album likersboolean0

Response


200 and and a dictionary containing limit, offset, total and an array of albums

Errors

Examples


https://api.eyeem.com/v2/users/me/feed