8.1.1 • Published 1 year ago

@blacktoolbox/react-facebook-sdk v8.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

Blacktbox-react-facebook-sdk

Application of facebook SDK for React-development.

Notice

Version

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.

App Events

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.

Notice

Installation

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;

Issue

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.

Homepage

You can see the document website on-line.