FoodMonkey
NatadTech
  • πŸ‘‹Introduction
  • Installation
    • βš™οΈInstallation - Shared Hosting
    • πŸ”ƒUpdating - Shared Hosting
    • πŸ’»Installation - Local Machine
  • DEFINE BASICS
    • πŸ“‚Database
    • πŸ“©Mail Server
    • βŒ›Localization and Time Format
    • πŸ’²Payments
    • πŸ’±Pricing Plans
    • πŸ’°Stripe Gateway
    • πŸ’ΈPaystack Gateway
    • πŸ—ΊοΈGoogle API
    • πŸ“ˆGoogle Analytics
    • πŸ–₯️Google Authentication
    • πŸ‘€Facebook Authentication
    • πŸ›œOne Signal Push Notifications
    • πŸ“¨Twilio SMS Notifications
  • Usage
    • πŸ“ŒGetting Started
    • πŸ‘₯Register as an Admin
    • 🌏Multilingual Menu
    • ✏️Site Set-up
    • πŸͺRestaurant Subdomain
    • 🍴Single Restaurant
    • πŸ—£οΈTranslations
    • πŸ–ŒοΈCustom CSS
    • ⬆️Import from CSV
    • πŸ“Custom Fields on Order
  • Modules
    • πŸ’‘Project Modules
    • 🧩Module Installation
    • ➑️ShareThis
    • πŸͺCookie Consent
    • πŸ–¨οΈThermal Printer Module
    • πŸͺWebHooks
  • API
    • 🀝Client API
    • πŸ›΅Driver API
  • Information
    • ❓Frequently Asked Questions
    • πŸ“œChangelog
    • πŸ–₯️Developer Information
Powered by GitBook
On this page

Was this helpful?

  1. DEFINE BASICS

Facebook Authentication

Here's how to activate Google login.

PreviousGoogle AuthenticationNextOne Signal Push Notifications

Last updated 1 year ago

Was this helpful?

Visit .

Begin by creating a new app.

Provide the necessary details for your app.

Navigate to Settings from the left-hand menu and choose Basic.

Input the relevant information for your project.

After completing the information, scroll to the bottom, click Add platform, and choose Website.

Now, input your website URL.

Then, within the Product section of the left-hand menu, locate Facebook Login and select Settings.

Locate the Valid OAuth Redirect URIs section and input your redirect URL.

Note The redirect URL should be structured as shown in the image below.

The final step is to switch your app's mode from development to live.

Copy the App ID and App Secret, and paste these values into the .env file.

FACEBOOK_CLIENT_ID="" //Used for facebook login
FACEBOOK_CLIENT_SECRET="" //Used for facebook login
FACEBOOK_REDIRECT="" //Used for facebook login
πŸ‘€
Facebook for developers