Food Tiger
  • Introduction
  • Installation
    • Installation on Shared Hosting
    • Updating - Shared hosting
    • Run local
  • Define Basics
    • Database
    • Mail server
    • Localization and Time format
    • Pricing Plans
    • Payments
    • 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
    • Set up your site
    • Restaurant subdomain
    • Single restaurant
    • Translations
    • Custom CSS
    • Import from CSV
    • Custom fields on order
    • Project plugins
  • Plugins
    • How to install plugin
    • ShareThis
    • Cookie Consent
    • Thermal Printer Module
    • WebHooks
  • API
    • Client API
    • Driver API
  • Changelog
    • Changelog
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Define Basics

Facebook authentication

How to enable Google login

PreviousGoogle authenticationNextOne Signal push notifications

Last updated 5 years ago

Was this helpful?

Visit .

Create new project.

Click Create App and fill the information for your project.

From the left menu click Settings and select Basic.

Enter the information for your project.

Next after you finish with this scroll to the bottom, click Add platform and select Website.

Now enter your website URL.

Next from the left menu in Product section find Facebook Login and under select Settings.

Find Valid QAuaht Redirect URIs and enter your redirect URL.

Note: The redirect must be defined like in the picture below.

The last step you need to do is to switch the mode of your app from development to live.

Copy App ID and App Secret and add this values in 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