> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Up Facebook SSO

This article explains how to set up Facebook SSO Login for your web store.

## In the Facebook dashboard

Follow the steps below to configure the login in Facebook's dashboard:

1. Log in to Meta for developers and click on your Facebook App -> **Login with Facebook**.

2. Under **Valid OAuth Redirect URIs**, add your web store's domain using this format:

   ```js theme={"system"}
   https\://YOUR\_STORE\_SUB\_DOMAIN.YOUR\_STORE\_DOMAIN.com/login
   ```

3. Under **Allowed Domains for the JavaScript SDK** add your web store's domain using this format:

   ```js theme={"system"}
   https\://YOUR\_STORE\_SUB\_DOMAIN.YOUR\_STORE\_DOMAIN.com/
   ```

## In the Publisher Dashboard

Follow the steps below to configure the login in the Publisher Dashboard:

1. Go to **Settings -> Authentication**.
2. Toggle on **Facebook App**, and enter your Facebook ID in the **Facebook App ID** field.
3. The button for logging in with Facebook will appear in the web store login page.
4. Once a player selects this method, Facebook generates a token. Apppcharge sends this token along with other login information to your [Authenticate Player Callback](/../../api-reference/webstore/player-authentication/authenticate-player-callback) for verification.
5. Once verified, the player is logged into the web store.

<img src="https://mintcdn.com/appcharge/Gmzl86FePs5bNqWW/images/docs/091fd31379e5c90e2b34487255e7880f8ed93aa51e38a624a4e6f4f379065577-How_to_configure_Facebook_SSO_login.png?fit=max&auto=format&n=Gmzl86FePs5bNqWW&q=85&s=45fb21dc6dd3521ffb6b2795af71783d" alt="" width="3952" height="2774" data-path="images/docs/091fd31379e5c90e2b34487255e7880f8ed93aa51e38a624a4e6f4f379065577-How_to_configure_Facebook_SSO_login.png" />
