Retrieve Facebook Image

GET FACEBOOK IMAGES

The /facebook media resource returns Facebook images for the user, identified by a token. 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/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