Nicholas
Support Dept.To enable Facebook Social Login in phpListings, you need to obtain a Facebook App ID and App Secret and enter them under Administrator → Settings → Users → Facebook Login Settings
Create a Facebook App
1. Go to the Facebook Developers portal: https://developers.facebook.com/apps
2. Click “My Apps” → “Create App”.
3. Choose an app type (typically Consumer) and continue.
4. Enter your app details:
* App name
* Contact email
* (Optional) Business account
5. Create the app.
Add Facebook Login
1. In your app dashboard, add the Facebook Login product.
2. Select Web as the platform.
3. Enter your website URL (e.g. `https://yourdomain.com`) and save.
Login Settings
1. Open Facebook Login → Settings.
2. In Valid OAuth Redirect URIs, enter your callback URL, for example: https://yourdomain.com/account/callback/facebook
3. Save your changes.
Finalize App Setup
1. Go to Settings → Basic:
* Add your Privacy Policy URL
* Complete any required fields
2. Switch the app from development mode to live mode when ready.
Connect to phpListings
1. Copy the App ID and App Secret from your app dashboard.
2. Paste them into the Facebook Login settings in your phpListings admin panel.
This will enable Facebook login on your directory website.