Skip to content

Identifies the user and application based facebook access token

Notifications You must be signed in to change notification settings

paulomcnally/sd-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sd-id

Identifies the user and application based facebook access token

Example

var Facebook = require('sd-id');
var facebook = new Facebook();

facebook.accessToken(process.env.FACEBOOK_ACCESS_TOKEN, function(error, result) {
  console.log(error);
  console.log(result);
});

More info

https://developers.facebook.com/docs/facebook-login/access-tokens

About

Identifies the user and application based facebook access token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published