Get Facebook pages
GET/ad-publishing/facebook/pages
Retrieve Facebook pages for the connected account. Without limit the response is an array of pages (this array response will soon be deprecated — migrate to the paginated form). When limit is provided the response is a paginated { pages, paging } envelope; pass after (from paging.next) to fetch the next batch.
Request
Responses
- 200
- 400
- 401
- 422
An array of pages (default; will soon be deprecated — use `limit` to get the paginated \{ pages, paging \} response), or a \{ pages, paging \} envelope when `limit` is provided
Bad Request
Unauthorized
Unprocessable Entity