JSPM

sd-id

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q20234F
  • License ISC

Identifies the user and application based facebook access token.

Package Exports

  • sd-id

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sd-id) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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