Compatible with Blockbase Framework
1.0.1 beta
Facebook driver is really easy to use, first install it as any Blockbase driver.
$ npm i --save blockbase-facebook
In the {env}.yml configuration file, you'll have to add you app id
and secret
from Facebook Developer Console. You can also stock any other configuration to access it through the app.config.facebook
namespace
facebook :
id: yourappid
secret : yourappsecret
foo : bar
# etc ...
(Licence MIT) Coded by Blacksmith
Free Software, Hell Yeah!