electron-facebook-login-example
electron-facebook-login-example copied to clipboard
Example of how to make log in with Facebook on electron
Electron FB Login Example
This is an example to create a FB Login on Electron Apps. Using latest version of Electron.
⚠️ If you use Electron 2.* you can see the example changing branch to "example-with-electron-2" ⚠️
Create env.json file
⚠️ After this step add your Facebook App ID to env.json ⚠️
cp env.example.json env.json
Install dependencies
npm install
or
yarn install
Starting Application
npm start
or
yarn start
References
This guide helped to create this example: