Meta (Facebook & Instagram) Connector
Import Facebook Page post engagement and Instagram post stats via Meta Graph API.
Connect your Facebook Page and Instagram account to import post engagement and page metrics into your AI pipelines.
Setup Instructions
1. Navigate to Data Integrations
Go to one of your flows, click the Data Integrations tab and select Select an Integration.
2. Select Meta
Search for Meta in the list and click Connect.
3. Create a Meta App and Generate a Token
Create the app (one-time):
- Go to developers.facebook.com/apps → Create App → type Business
- Note your App ID and App Secret (App Settings → Basic)
Generate a token:
- Go to Graph API Explorer
- Select your app and your Facebook Page (not User Token)
- Add permissions:
pages_show_list,pages_read_engagement,pages_read_user_content,read_insights,instagram_basic,instagram_manage_insights - Click Generate Access Token
Make it long-lived (never expires):
Exchange the short-lived token for a long-lived Page token by calling the token exchange endpoint with your App ID, App Secret, and the short-lived token. A Page token derived from a long-lived user token never expires.
4. Configure the Connector
- Connector Name: A descriptive name (e.g., "Meta Pages")
- Page Access Token: Your long-lived Page Access Token
- Facebook Page ID (optional): Leave blank to auto-detect
Note: On every sync, a new version of your data is created. Up to 5 versions are stored by default.