← Back to Social Dashboard
Facebook
Page insights & engagement via Graph API
Not connected

A long-lived Page Access Token with pages_read_engagement and pages_show_list permissions

Your Facebook Page ID (numeric). Find it in Page Settings → About → Page ID

How to get your Facebook credentials

  1. Go to developers.facebook.com and create a Meta App
  2. Add the Facebook Login product to your app
  3. In Graph API Explorer, select your Page and request permissions: pages_read_engagement, pages_show_list, read_insights
  4. Generate a Page Access Token (not User token)
  5. Exchange for a long-lived token using the Access Token Debugger
  6. Your Page ID is in your Facebook Page → About → Page transparency
IG
Instagram
Business account insights via Instagram Graph API
Not connected

A long-lived token with instagram_basic, instagram_manage_insights permissions

Your Instagram Business/Creator Account ID. Find via Graph API: /me/accounts?fields=instagram_business_account

How to get your Instagram credentials

  1. You need an Instagram Business or Creator Account connected to a Facebook Page
  2. Use the same Meta App you created for Facebook
  3. In Graph API Explorer, request permissions: instagram_basic, instagram_manage_insights
  4. Get your Instagram Business Account ID: call GET /{page-id}?fields=instagram_business_account
  5. The access token is the same type as Facebook (Page Access Token)
TT
TikTok
Creator analytics via TikTok API for Business
Not connected

TikTok API access token with user.info.basic and video.list scopes

How to get your TikTok credentials

  1. Go to developers.tiktok.com and create a developer account
  2. Create a new app under TikTok API for Business
  3. Request scopes: user.info.basic, video.list
  4. After approval, use the OAuth flow to get an Access Token
  5. TikTok tokens expire — you may need to refresh them periodically