@obfuscatedgeek/facebook-bot
v1.1.3
Published
Fork of [messenger-bot](https://github.com/remixz/messenger-bot).
Downloads
3
Readme
Facebook bot
Fork of messenger-bot.
Example:
const bot = new Bot({
token: '',
verify: '',
app_secret: '',
enable_appsecret_proof: true
api_version: 'v2.20'
});
Improvements include
enable_appsecret_proof: bool
Pass this as true to enable passing appsecret_proof
in the requests
api_version: string Pass this value to change the API version to communicate with. Default is v2.6