Facebook Pages
Connect to your users’ Facebook Pages accounts.
Setup Guide
You can find your Facebook Ads app credentials by visiting your Facebook Developer App Settings.
Note: You'll need to create a new Facebook Pages app if you don't already have one.
You'll need the following information to set up your Facebook Pages App with Paragon Connect:
Client ID
Client Secret
Scopes Requested
Add the Redirect URL to your Facebook Pages app
Paragon provides a redirect URL to send information to your Facebook Pages app. To add the redirect URL to your Facebook Pages app:
1. Copy the link under "Redirect URL" in your integration settings in Paragon. The Redirect URL is:
2. Log into your Facebook Developer Portal.
3. Select your app from the list of apps.
4. Under Add a product, select Facebook Login.
5. Under Valid OAuth Redirect URIs, paste-in the redirect URL from Paragon. The redirect URL can be found in Step 1.
6. Press the blue Save changes
button to confirm your changes.
Add your Facebook Pages app to Paragon
1. Select Facebook Pages from the Integrations Catalog.
2. Under Integrations > Connected Integrations > {YOUR_APP} > Settings, fill out your credentials in their respective sections:
Client ID:
Log in to your Facebook Pages dashboard.
Select your application.
Select Settings > Basic from the sidebar.
Copy the App ID to use in Paragon Connect.
Client Secret:
Log in to your Facebook Pages dashboard.
Select your application.
Select Settings > Basic from the sidebar.
Copy your App Secret to use in Paragon Connect.
Press the blue "Connect" button to save your credentials.
Note: Leaving the Client ID and Client Secret blank will use Paragon development keys.
Connecting to Facebook Pages
Once your users have connected their Facebook Pages account, you can use the Paragon SDK to access Facebook Pages on behalf of connected users.
See the Facebook Pages REST API documentation for their full API reference.
Any Facebook Pages endpoints can be accessed with the Paragon SDK as shown in this example.
Building Facebook Pages workflows
Once your Facebook Pages account is connected, you use the Facebook Pages Request step to access any of Facebook Pages' API endpoints without the authentication piece.
When creating or updating records in Facebook Pages, you can reference data from previous steps by typing {{
to invoke the variable menu.
Last updated