Skip to main content

🚀 Quickstart

Connect to Facebook with Nango using a system user access token and see data flow in 2 minutes. This uses a long-lived token generated in Meta Business Settings — no OAuth redirect required.
1

Create the integration

In Nango (free signup), go to the Integrations tab -> Configure New Integration -> Facebook (System User Token).
2

Connect your Facebook system user

Go to the Connections tab -> Add Test Connection, then paste your system user access token. Later, you’ll let your users do the same directly from your app.
3

Call the Facebook API

Let’s make your first request to the Facebook API (fetch the system user’s own info). Replace the placeholders below with your API key (Environment settings tab > API Keys), integration ID (Integrations tab), and connection ID (Connections tab):
Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.

📚 Facebook (System User Token) integration guides

Nango maintained guides for common use cases. Official docs: Meta access tokens guide (System User tokens)
This integration is for server-to-server access via a Business Manager system user — no per-user login flow. If you need to authenticate on behalf of individual users instead, see the Facebook OAuth integration.

🧩 Pre-built syncs & actions for Facebook (System User Token)

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.