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:
    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:
    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 API for verification.
  5. Once verified, the player is logged into the web store.