1.0.0 • Published 6 years ago

react-login-with-facebook v1.0.0

Weekly downloads
1
License
AGPLv3.0
Repository
github
Last release
6 years ago

"Login with Facebook" button in React

This is a library that provieds a button you can use to integrate facebook login into your react app. The reason I wrote this one is because I found to the two alternatives to a) have poor typing that resulted in me having to write my own ad hoc or b) shipped with a bunch of other features I didn't need.

Note: To use the Facebook login API, you need to get an App ID from here and enable the Login Javascript API.

Demo

Installation

yarn add react-login-with-facebook

Usage

import FacebookLogin from 'react-login-with-facebook';

Configuration

License

This is released under the AGPLv3.0 license.