Skip to content

0.7.14 / 2018-11-07

Compare
Choose a tag to compare
@chentsulin chentsulin released this 07 Nov 11:02
· 393 commits to master since this release

messaging-api-messenger

  • [new] Add skipAppSecretProof option to MessengerClient:
const client = MessengerClient.connect({
  accessToken: ACCESS_TOKEN,
  appSecret: APP_SECRET,
  skipAppSecretProof: true,
});