Connected Pages

One click to bring your Facebook Pages (and their linked Instagram Business accounts) into the inbox.
πŸ”

Connect your Facebook account

We'll redirect you to Facebook to authorize access to your Pages and their linked Instagram accounts. Nothing is sent to Meta beyond what you approve.

Required one-time setup before this button works
  1. Create a Meta App at developers.facebook.com/apps (type: Business). Add products Messenger, Instagram, Webhooks.
  2. In App Settings β†’ Basic, copy App ID + App Secret into your .env as META_APP_ID and META_APP_SECRET, then restart the API.
  3. In Facebook Login β†’ Settings, add this Valid OAuth Redirect URI: http://localhost:4000/api/auth/facebook/callback
  4. Add your personal account as a Tester (Roles β†’ Testers).
  5. Run pnpm tunnel in a terminal β€” you'll get a public HTTPS URL. In your Meta App, go to Webhooks β†’ Page β†’ Subscribe to messages, messaging_postbacks, feed with callback URL <tunnel>/webhooks/meta and verify token from your .env.
  6. Come back and click the blue button above.

Currently connected to the inbox

Loading…
Advanced: paste a Page Access Token manually instead of using OAuth