1
Create a Facebook Developer account
If you don’t already have one, go to Meta for Developers and create a developer account.
2
Create a new app
- Go to the Meta Developer Dashboard.
- Click Create App, enter your App name then click Next.
- Select the appropriate Use cases then click Next.
- Select which Business portfolio you want to associate with the app, then click Next.
- Review the Publishing requirements, then click Next if you agree. Finally, click Go to dashboard to complete the setup.
3
Configure OAuth settings
- In the left sidebar, navigate to Facebook Login for Business > Settings.
- In Valid OAuth Redirect URIs, add:
https://api.nango.dev/oauth/callback, leave the other fields default. - Click Save Changes.
4
Add Platform
- Go to App Settings > Basic in the left sidebar.
- Click Add Platform > Website.
- Enter the site URL (e.g.
https://api.nango.dev/).
5
Obtain your App credentials
- Go to App Settings > Basic in the left sidebar.
- Copy your App ID this is your Client ID and App Secret which is your Client Secret, you’ll need these credentials when configuring your integration in Nango.
6
Configure permissions
- In the left sidebar, navigate to Use cases.
- Find your use case and click Customize to configure permissions and features.
- In the Permissions section, you’ll see
public_profileis automatically added. - Click Add for additional permissions needed for your app.
Some permissions may require App Review before going live
7
Next
Follow the Quickstart.