Here it is in action: (See on StackBlitz at ) The example project is available on GitHub at. The account is created with the name from your Facebook account and an extraInfo field with some default text, both the name and extra info can be updated in the React app, and updating account details only changes them in the app it doesn't affect anything on Facebook. The first time you log into the React app with Facebook, an account is registered that is associated with your Facebook Id so the app can identify you when you login again with Facebook. In this tutorial we'll cover how to implement Facebook Login in React with an example app that allows you to login with Facebook and view/update/delete accounts registered in the React app.