Social Media Connections
Connect your social media accounts to track followers, engagement, and sentiment
Facebook
Page insights & engagement via Graph API
Not connected
How to get your Facebook credentials
- Go to developers.facebook.com and create a Meta App
- Add the Facebook Login product to your app
- In Graph API Explorer, select your Page and request permissions:
pages_read_engagement,pages_show_list,read_insights - Generate a Page Access Token (not User token)
- Exchange for a long-lived token using the Access Token Debugger
- Your Page ID is in your Facebook Page → About → Page transparency
Instagram
Business account insights via Instagram Graph API
Not connected
How to get your Instagram credentials
- You need an Instagram Business or Creator Account connected to a Facebook Page
- Use the same Meta App you created for Facebook
- In Graph API Explorer, request permissions:
instagram_basic,instagram_manage_insights - Get your Instagram Business Account ID: call
GET /{page-id}?fields=instagram_business_account - The access token is the same type as Facebook (Page Access Token)
TikTok
Creator analytics via TikTok API for Business
Not connected
How to get your TikTok credentials
- Go to developers.tiktok.com and create a developer account
- Create a new app under TikTok API for Business
- Request scopes:
user.info.basic,video.list - After approval, use the OAuth flow to get an Access Token
- TikTok tokens expire — you may need to refresh them periodically