machinepack-facebook-oauth
Communicate with Facebook to authenticate, get profile data, friends, likes, and more.
$ npm install machinepack-facebook-oauth
Usage
Get the URL on facebook.com that a user should visit to allow/deny the specified Facebook Developer app (i.e. your app).
var Facebook = ; Facebook;
Generate a new access token for acting on behalf of a particular Facebook user account.
var Facebook = ; Facebook;
Get information about the Facebook user with the specified access token.
var Facebook = ; Facebook;
About
This is a machinepack, an NPM module which exposes a set of related Node.js machines according to the machinepack specification. Documentation pages for the machines contained in this module (as well as all other NPM-hosted machines for Node.js) are automatically generated and kept up-to-date on the public registry. Learn more at http://node-machine.org/implementing/FAQ.
License
MIT © 2016 Mike McNeil and contributors