Key | Description | Sample Value | Required |
---|---|---|---|
access_token | OAuth access token for Facebook Graph API with the required permissions (pages_read_engagement , pages_read_user_content ). | EAABsbCS1i... | ✅ |
page_ids | List of Facebook Page IDs you want to extract data from. | ["1234567890", "9876543210"] | ✅ |
start_date | Start date (ISO 8601 format) to begin fetching posts and engagement data. | 2025-01-01T00:00:00Z | ✅ |
access_token
pages_show_list
pages_read_engagement
pages_read_user_content
read_insights
Tip: Use the OAuth flow for a smoother, safer authentication process without manually handling tokens.