facebook-graphapi-js-connector
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"_from": "facebook-graphapi-js-connector", | ||
"_id": "facebook-graphapi-js-connector@1.0.5", | ||
"_inBundle": false, | ||
@@ -26,5 +25,4 @@ "_integrity": "sha512-diP3H5+JtGC+hNS74k3G4iQSt8t9B13OQSuXZtSheWMaMItAIbu/6w2pW5kHbTiGwMgRMD1KQ1LtXUcfzVmY+A==", | ||
"_where": "/Users/magnuskjelland/Dev/Node/demo1", | ||
"author": { | ||
"name": "Webmagster" | ||
}, | ||
"author": "Webmagster", | ||
"homepage": "https://github.com/maqnus/graphapi-js-connector", | ||
"bundleDependencies": false, | ||
@@ -39,8 +37,13 @@ "deprecated": false, | ||
"license": "ISC", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"name": "facebook-graphapi-js-connector", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "webpack-cli" | ||
}, | ||
"version": "1.0.8" | ||
"version": "1.0.9", | ||
"devDependencies": { | ||
"webpack": "^4.17.0", | ||
"webpack-cli": "^3.1.0" | ||
} | ||
} |
# Facebook graphapi js connector | ||
This package is only a side-project. | ||
When your customer want you to make a facebook integration you should head over to [facebook for developers](https://developers.facebook.com/apps/457999228049338/fb-login/quickstart/), and check out the [Graph API](https://developers.facebook.com/docs/graph-api), and also visit the group [Facebook Developer Community](https://www.facebook.com/groups/fbdevelopers/) at facebook. | ||
Be aware; This package is only a side-project, use with caution. | ||
## Install | ||
With [npm](https://npmjs.org/) installed, run | ||
`$ npm install --save facebook-graphapi-js-connector'` | ||
`$ npm install --save facebook-graphapi-js-connector` | ||
## Usage | ||
@@ -25,3 +29,3 @@ | ||
import graphapi from 'facebook-graphapi-js-connector'; | ||
graphapi.init({appId: <Your facebook apps ID>}); | ||
graphapi.init({appId: <'Your facebook apps ID'>}); | ||
@@ -28,0 +32,0 @@ const logout_button = document.querySelector('.logout-button'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10149
5
143
44
2
1