1.0.0 • Published 8 years ago

elementz-fbgraph v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

elementz-fbgraph

A Facebook authentication module in elementz using fbgraph

Function

authenticate

  • token - facebook token
  • fieldsArr - customized array of fields

Example usage

var fb = require('elementz-fbgraph')
var token = 'fb-token-here';

fb.authenticate(token,['first_name','email'])
.then(function(result){
  console.log(result);
})
1.0.0

8 years ago