Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

basic-facebook-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-facebook-api - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"name": "basic-facebook-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Facebook api to check access token received from frontend and get a long leasting accesstoken of the user",

@@ -23,6 +23,11 @@ "main": "lib/index.js",

},
"repository": {
"type": "git",
"url": "https://github.com/theotow/basic-facebook-api"
},
"devDependencies": {
"mocha": "^2.2.0",
"underscore": "^1.8.2",
"chai": "^2.1.0"
}
}

@@ -0,3 +1,6 @@

### **basic-facebook-api**
[![Build Status](https://travis-ci.org/theotow/basic-facebook-api.svg?branch=master)](https://travis-ci.org/theotow/basic-facebook-api)
This lib is for humans who want to check if the access_token someone send from the frontend is valid and can be used for further processing. Also it allowes to get an long term access_token of facebook.

@@ -4,0 +7,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc