> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Facebook

API configuration: [`facebook`](https://nango.dev/providers.yaml)

## Features

| Features                                                             | Status                         |
| -------------------------------------------------------------------- | ------------------------------ |
| [Auth (OAuth)](/integrate/guides/authorize-an-api)                   | ✅                              |
| [Sync data](/integrate/guides/sync-data-from-an-api)                 | ✅                              |
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) | ✅                              |
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api)         | ✅                              |
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api)   | 🚫 (time to contribute: \<48h) |

<Tip>We can implement missing features in \<48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

* [How to register an Application](https://developers.facebook.com/docs/development/create-an-app/)
* [OAuth-related docs](https://developers.facebook.com/docs/facebook-login/guides/advanced/manual-flow#confirm)
* [List of OAuth scopes](https://developers.facebook.com/docs/permissions/reference)
* [API](https://developers.facebook.com/docs/)

To setup Facebook OAuth with Nango, create a new app in the Meta developer portal. Then register the Nango callback URL:

1. Go to the Dashboard of your Meta app. From there, add the "Facebook Login" product to your app by clicking "Set Up".
2. In the left side bar, you should see a new item "Facebook Login". Open "Facebook Login" > "**Settings**".
3. In "**Valid OAuth Redirect URIs**", paste the Nango callback URL (default: `https://api.nango.dev/oauth/callback`).
4. Click on "**Save changes**".

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/facebook.mdx)</Note>
