> ## Documentation Index
> Fetch the complete documentation index at: https://nango-tiktok-accounts-update.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

| Feature                                           | Status                        |
| ------------------------------------------------- | ----------------------------- |
| [Auth (OAuth)](/guides/oauth)                     | ✅                             |
| [Syncs](/guides/sync) & [Actions](/guides/action) | ✅                             |
| [Nango Proxy](/guides/proxy)                      | ✅                             |
| Auto-pagination                                   | 🚫 (time to contribute: \<1h) |
| API-specific rate limits                          | 🚫 (time to contribute: \<1h) |

<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>
