Connect

List Facebook pages

Returns Facebook Pages after OAuth. Classic connections require profileId and tempToken from the OAuth redirect. Use X-Connect-Token for headless connections. The dashboard business-login picker instead sends only selectionToken, an encrypted grant valid for ten minutes. This requires the initiating user and current profile access and returns only Page IDs and names. X-Connect-Token cannot authorize business selection.

get/v1/connect/facebook/select-page

Query parameters

profileIdstring

Profile ID from your classic connection flow. Required with tempToken.

tempTokenstring

Temporary Facebook access token from the classic OAuth callback. Required with profileId.

selectionTokenstring

Encrypted dashboard business-login grant. Send alone instead of profileId and tempToken. Expires after ten minutes.

Response

List of Facebook Pages available for connection

Changes