Facebook Login Configuration

Facebook Login Configuration

This guide explains how to create a Facebook application and obtain the App ID and Client Token required for Facebook Login integration.


Prerequisites

Before starting, ensure you have:

  • A Facebook account

  • Access to Facebook Developers

  • Your application or store name


Step 1: Access Facebook Developers

Visit the Facebook Developers portal (opens in a new tab). If you haven't already, create a Facebook Developer account.


Step 2: Create a New App

  1. Sign in to Facebook Developers.

  2. Click My Apps in the top-right corner.

  3. Click Create App.


Step 3: Select App Type

Choose Manage Business Integrations as the app type.


Step 4: Configure App Details

  1. Enter your application or store name in the App Display Name field.

  2. Select the App Purpose that best fits your application.

  3. Click Create App ID.


Step 5: Add Facebook Login

After the application is created:

  1. Locate the Facebook Login product.

  2. Click Set Up.


Step 6: Open Facebook Login Settings

From the left navigation menu, navigate to Products → Facebook Login → Settings


Step 7: Obtain App Credentials

Navigate to Facebook Login → Advanced

Copy the following values:

  • App ID

  • Client Token


Save the App ID and Client Token securely. These values are required for Facebook Login integration.


Required Information

Before proceeding with Facebook Login integration, make sure you have:

  • App ID

  • Client Token


Next Steps

Provide the following credentials for integration:

  • Facebook App ID

  • Facebook Client Token

Depending on your application's requirements, additional Facebook Login settings such as OAuth redirect URLs, app review permissions, or domain verification may be required.


Additional Documentation

For the complete documentation index, Visit (opens in a new tab).

Markdown versions of documentation pages are available by appending .md to the URL.

Example:

https://docs.webtonative.com/social-login-integrations/facebook-login-configuration.md

AI Documentation Queries

If you need additional information from the documentation, you can query it dynamically:

GET https://docs.webtonative.com/social-login-integrations/facebook-login-configuration.md?ask=<question>

Example:

GET https://docs.webtonative.com/social-login-integrations/facebook-login-configuration.md?ask=Where can I find the Facebook App ID and Client Token?

The response will include:

  • A direct answer

  • Relevant documentation excerpts

  • Source references