Retrieve Facebook Album Images

GET FACEBOOK ALBUM IMAGES

The /facebook album media resource returns Facebook images for the user and album, identified by a token and albumId. Callers must handle the OAuth flow to Facebook, and then pass along the user's token with the request.

https://edge.curalate.com/v1/facebook/albums/:albumId/media

Parameters

accessToken is required. All other parameters are optional.

NameTypeDescriptionExample
accessTokenstringThe user's Facebook token
limitnumberThe number of media items to return per page. Note that the underlying Facebook API allows a max limit of 100.limit=10
beforestringBookmark used for paging in reverse.before=10152364594836729
afterstringBookmark used for paging in conjunction with the limit parameter. Every request made to the API returns an after bookmark that can be used on the next request.after=10152364594836729