Facebook Login

Overview

Meta requires HTTPS, a published Privacy Policy, and the domain to be listed under App Domains. The WordPress callback must be whitelisted under “Valid OAuth Redirect URIs”.

Step-by-step

  1. Create a new app → Business (or “Consumer” if Business is unavailable) and fill in basic details.
  2. Inside the app, go to Settings → Basic:
    • Add your site domain to App Domains.
    • Provide valid URLs for Privacy Policy and Terms of Service.
    • Copy the App ID and click “Show” to reveal the App Secret.
  3. Add the Facebook Login product → Settings and set:
    • Valid OAuth Redirect URIs:
      https://your-site.com/wp-login.php?action=tsl_oauth_callback&provider=facebook
    • Login with the JavaScript SDK: Disabled (not required for Titan Social Login).
  4. Back in WordPress, paste the App ID and App Secret into the Facebook provider form, save, and toggle Display ON.
  5. Switch the Meta app to Live mode once the review requirements are satisfied.

Review & testing