electron-fb

1.0.3 • Public • Published

electron-facebook

Módulo para login com Facebook e Electron.

Como iniciar

Start:

  1. Instale a dependência com npm i --save electron-fb
  2. Importe a biblioteca:
const { ipcRenderer, remote } = require('electron')
const { BrowserWindow } = remote
import ef from 'electron-fb';
ef('CLIENT_ID', 'public_profile', 800, 400, BrowserWindow.getAllWindows().filter((e)=>e.id==1))
.then(console.log);
        ```
## Tecnologias inseridas no projeto
 
_Dependências ou futuras possibilidades_
 
- [FB 2.0.0](https://github.com/node-facebook/facebook-node-sdk)

Package Sidebar

Install

npm i electron-fb

Weekly Downloads

4

Version

1.0.3

License

ISC

Unpacked Size

3.48 kB

Total Files

3

Last publish

Collaborators

  • hallss93
  • bunker.dev