Retrieve Facebook Albums
GET FACEBOOK ALBUMS
The /facebook
album resource returns Facebook albums 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/albums
Parameters
accessToken
is required. All other parameters are optional.
Name | Type | Description | Example |
---|---|---|---|
accessToken | string | The user's Facebook token | |
limit | number | The number of media items to return per page. Note that the underlying Facebook API allows a max limit of 100. | limit=10 |
before | string | Bookmark used for paging in reverse. | before=10152364594836729 |
after | string | Bookmark 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 |
Updated about 1 year ago