@obfuscatedgeek/facebook-bot

1.1.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @obfuscatedgeek/facebook-bot

Weekly Downloads

0

Version

1.1.3

License

ISC

Last publish

Collaborators

  • obfuscatedgeek