Skip to content

Pablodotnet/electron-facebook-login-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Guide

About

Example of how to make log in with Facebook on electron

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published