Skip to content

0.7.2 / 2018-06-08

Compare
Choose a tag to compare
@chentsulin chentsulin released this 08 Jun 04:12
· 476 commits to master since this release

messaging-api-messenger

  • [new] Verifying Graph API Calls with appsecret_proof

If appSecret is provided, MessengerClient will enable this feature automatically and include appsecret_proof in every Graph API requests.

const client = MessengerClient.connect({
  accessToken,
  appSecret,
});