SocialSwap Documentation
  • Start
    • Introduction
    • Requirements
    • Installation
    • Purchase Code
  • Updates
    • Update 1.0.7
    • Update 1.0.6
    • Update 1.0.5
    • Update 1.0.4
    • Update 1.0.3
    • Update 1.0.2
    • Update 1.0.1
  • How it Works
    • Dispute Overview
    • Listing Overview
    • Offer Overview
    • Message Overview
    • Subscription Overview
    • Plan Overview
  • Database Setup
    • phpMyAdmin MySQL DB Setup
  • Cloud Storage
    • AWS Storage Setup
      • Create AWS Account:
      • Create IAM User
      • Create S3 Bucket
      • Configure S3 Bucket
    • Wasabi Storage Setup
    • CloudFlare Storage Setup
  • PAYMENT GATEWAYS SETUP
    • Paypal Setup
    • Stripe Setup
    • RazorPay Setup
    • Paystack Setup
    • Flutterwave Setup
  • SUBSCRIPTION PLANS
    • Subscription Plan
      • Paypal Plan ID
      • Stripe Plan ID
      • Razorpay Plan ID
      • Paystack Plan ID
      • Flutterwave Plan ID
  • SMTP SETUP
    • SMTP Configuration
  • SOCIAL MEDIA LOGIN
    • Google Login
    • Facebook Login
  • One Signal
    • One Signal Setup
  • TAWK.TO SETUP
    • Tawk.to Setup
  • GOOGLE SETTINGS
    • Google Maps
    • Google Analytics
    • Google reCaptcha
  • TRANSLATE INTERFACE
    • Language Translations
  • CRON JOB SETUP
    • CRON Job
  • Customization
    • Files Structure
    • Frameworks
  • Troubleshooting
    • Troubleshooting
  • Changelog
    • Initial Release v1.0
Powered by GitBook
On this page
  1. SOCIAL MEDIA LOGIN

Facebook Login

Allow your users login using their Google social media (Facebook) account.

PreviousGoogle LoginNextOne Signal Setup

Last updated 10 months ago

Facebook Setup Instructions:

Step 1: Go to 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.

Facebook for Developers