Facebook Login
Allow your users login using their Google social media (Facebook) account.
Facebook Setup Instructions:
Step 1: Go to Facebook for Developers and sign in using your Facebook account credentials.
Step 2: Once logged in, click on My Apps in the top right corner and select Add a New App from the dropdown menu.
Step 3: Set Up Basic Information:
Enter an App Display Name and Contact Email.
Click Create App ID.
Step 4: In the App Dashboard, locate your newly created app.
Step 5: Retrieve API Key and Secret Key:
Click on Settings in the left sidebar.
Go to the Basic tab.
Your App ID/API Key and App Secret will be displayed. Copy these values to a secure location.
Step 6: Configure OAuth Redirect URL
In the App Dashboard, click on Settings in the left sidebar.
Navigate to the Basic tab if you are not already there.
Scroll down to Add Platform and select Website.
Enter your Site URL (e.g.,
https://www.yourdomain.com
) in the Site URL field.In the Redirect URL, Enter (https://YOURDOMAIN.COM/callback/facebook)
Click Save Changes.
Step 7: Ensure all details are correct, including App Domain, Privacy Policy URL, and Contact Email. Also verify your app
Step 8: Copy the credentials and navigate to the Admin panel -> Swap Manager -> Auth Settings. Enable "Login via Social Media" and select the Facebook checkbox. Enter your Client ID and Client Secret, along with the URL, then save the settings.
Last updated