ninebytes-node-fb-login

0.0.4 • Public • Published

Server side user verification of Facebook users for your Facebook Apps

How to get it?

npm install ninebytes-node-fb-login

Example implementation.

var fb = require('ninebytes-fb-login');

fb.validateUserAccessTokenAndId(fbAppToken, userAccessToken, userId, function(error, isValid) {
    console.log('callback: ', error, isValid);
});

Where do I get my App Token From?

https://developers.facebook.com/tools/accesstoken/

/ninebytes-node-fb-login/

    Package Sidebar

    Install

    npm i ninebytes-node-fb-login

    Weekly Downloads

    2

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • russianator