Skip to content

Authenticate and request data from users with Facebook Login

Notifications You must be signed in to change notification settings

ibumjlp/react-facebook-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-facebook-login

Authenticate and request data from users with Facebook Login

Run Locally

Clone the project

  git clone https://github.com/ibumjlp/react-facebook-login.git

Go to the project directory

  cd react-facebook-login

Install dependencies

  npm install

Start the server

  npm start

Create an HTTPS endpoint

  ngrok http 3000 --region="ap"

Usage/Examples

Go to Meta for Developers and Create New App

Get your Meta App ID and change .env file

REACT_APP_META_APP_ID=<YOUR_APP_ID>

Don't forget to Valid OAuth Redirect URIs and Allowed Domains for the JavaScript SDK with your HTTPS endpoint from ngrok

About

Authenticate and request data from users with Facebook Login

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published