Facebook login

Enable Facebook login with App ID and App secret from Meta for Developers.

Settingtoggle.social_facebook

Facebook login

When on, Facebook appears on sign-in and register if App ID and secret are set (and Social login master is on).

Where to find it

Admin → Settings → Mods → Social → Facebook

Field Key
Enable toggle.social_facebook
App ID facebook_app_id
App secret facebook_app_secret

Setup

1. Create an app in Meta for Developers.

2. Under the app's settings / Facebook Login, register the Redirect URI from admin (…/api/auth/oauth/facebook/callback).

3. Paste App ID + App secret, enable the provider, save.

4. Development mode only allows testers - switch to Live when ready for the public.

Common problems

Only testers can log in

App still in Development. Add test users or publish / go Live per Meta's rules.

redirect_uri_mismatch

Callback URL in Meta must match admin exactly.

Related