🚀 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.
- cURL
- Node
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.- How do I link my account?
Generate a system user access token in Meta Business Settings and connect it to Nango
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.