For the complete documentation index, see llms.txt. This page is also available as Markdown.

Facebook Graph API credentials

You can use these credentials to authenticate the following nodes:

Facebook Trigger credentials

If you want to create credentials for the Facebook Trigger node, follow the instructions mentioned in the Facebook App credentials documentation.

Supported authentication methods

  • OAuth2

  • App access token

Refer to Meta's Graph API documentation for more information about the service.

Prerequisites

Regardless of the authentication method you choose, you'll need a Meta for Developers account and a Meta app.

Create a Meta app

To create a Meta app:

  1. Go to the Meta Developer App Dashboard and select Create App.

  2. Complete the app details:

    • Add an App name.

    • Add an App contact email.

  3. Select the Use case that aligns with how you wish to use the Facebook Graph API. For products in Meta's Business suite (like Messenger, Instagram, WhatsApp, Marketing API, App Events, Audience Network, Commerce API, Fundraisers, Jobs, Threat Exchange, and Webhooks), select Other, then select Next.

  4. For App type, select Business and Next.

  5. If you have a business portfolio and you're ready to connect the app to it, select the business portfolio. If you don't have a business portfolio or you're not ready to connect the app to the portfolio, leave it at No business portfolio selected.

  6. Select Create app.

  7. The Add products to your app page opens. Select the products that make sense for your app.

    Facebook Login for Business

    If you're going to use the OAuth2 authentication type, you must add Facebook Login for Business. You don't need this product if you're only using an app access token.

Refer to Meta's Create an app documentation for more information on creating an app, required fields like the Privacy Policy URL, and adding products.

Taking a Meta app live

When to take your app Live

In Development mode, only people with a role on the app (Administrator, Developer, or Tester) can authenticate or generate tokens. If you're only connecting your own account, you can leave the app in Development mode.

  1. Select App settings > Basic from the left menu.

  2. Enter a Privacy Policy URL. (Required before you can take the app Live.)

  3. Select Save changes.

  4. If you need users without a role on the app to authenticate, toggle the App Mode from Development to Live.

For more information on the app modes and switching to Live mode, refer to App Modes and Publish | App Types.

Using OAuth2

To configure this credential, you'll need a Meta for Developers account and:

  • A Client ID

  • A Client Secret

There are two steps in setting up your credential:

  1. Create a Meta app with the products you need to access.

Generate a Client ID and Client Secret

Generate a Client ID and Client Secret to use with your n8n credential and the products you selected:

  1. Go to the Meta Developer App Dashboard.

  2. Select the Meta App you created in the top left dropdown.

  3. In the left menu, select Products > Facebook Login for Business > Settings.

  4. Copy the OAuth Redirect URL from your n8n credential into the Valid OAuth Redirect URIs box, then Save changes.

  5. In the left menu, select App settings > Basic.

  6. Copy the App ID and enter it in your n8n credential as the Client ID.

  7. Copy the App Secret and enter it in your n8n credential as the Client Secret.

  8. In your n8n credential, select Connect to Facebook Graph (App).

Refer to Meta's Facebook Login for Business documentation for more information.

Using app access token

To configure this credential, you'll need a Meta for Developers account and:

  • An app Access Token

There are two steps in setting up your credential:

  1. Create a Meta app with the products you need to access.

Generate an App Access Token

Create an app access token to use with your n8n credential and the products you selected:

  1. Select the Meta App you created in the Access Token section.

  2. In User or Page, select Get App Token.

  3. Select Generate Access Token.

  4. The page prompts you to log in and grant access. Follow the on-screen prompts.

  5. Copy the token and enter it in your n8n credential as the Access Token.

Refer to the Meta instructions for Your First Request for more information on generating the token.

Last updated

Was this helpful?