Application of facebook SDK for React-development.
This package's major number of version will follow to Facebook SDK for Javascript. Please notice the versions of document refered and package used. The parameters of all features will follow this documemt, if any parameter found and workable, please feel free to let me know. I will add it in as a fixed version.
This Facebook SDK (JS) App Events API has been deprecated and will no longer be supported starting July 1, 2022. There are no plans to add new features to this product.
Using with NPM:
$ npm install --save @blacktoolbox/react-facebook-sdk
// using ES6 modules
import { sdk, components } from '@blacktoolbox/react-facebook-sdk';
// using CommonJS modules
var sdk = require('@blacktoolbox/react-facebook-sdk').sdk;
var components = require('@blacktoolbox/react-facebook-sdk').components;
Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices.
Please file issue, if you have any issue or idea.
You can see the document website on-line.