/electron-facebook-login-example

Example of how to make log in with Facebook on electron

Primary LanguageJavaScriptMIT LicenseMIT

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" ⚠️

Install dependencies

npm install

or

yarn install

Starting Application

npm start

or

yarn start

References

This guide helped to create this example:

Guide