Facebook Lead Ads credentials#
You can use these credentials to authenticate the following nodes:
Prerequisites#
- Create a Facebook account.
- Sign up for Meta for Developers with that account.
- Create at least one Meta app.
Follow the Facebook Lead Ads's documentation to understand how Lead Ads works and how to set up your Facebook App.
Supported authentication methods#
- OAuth2
Related resources#
Refer to Facebook Lead Ads' documentation for more information about the service.
View example workflows and related content on n8n's website.
Using OAuth2#
To configure this credential, you'll need:
- A Client ID
- A Client Secret
In your app, be sure you have either the Facebook Login or Facebook Login for Business product added. Then:
- Within that product, go to Settings.
- From the n8n credential, copy the OAuth Redirect URL.
- Within Facebook, paste that URL into the Valid OAuth Redirect URIs field and Save.
- Set your Facebook app to Live App Mode.
- In App settings > Basic, copy the App ID. Use this as the Client ID within the n8n credential.
- In App settings > Basic, copy the App Secret. Use this as the Client Secret within the n8n credential.
Use the Lead Ads Testing Tool to trigger some demo form submissions and test your workflow.