crisboarna / fb-messenger-bot-api

NodeJS Facebook Messenger API for bots to send messages and setup events to Facebook.
https://www.npmjs.com/package/fb-messenger-bot-api
MIT License
34 stars 17 forks source link

Added a method to validate the post messages integrity #66

Closed mohyt closed 5 years ago

mohyt commented 5 years ago

This will address the issue mentioned in https://github.com/crisboarna/fb-messenger-bot-api/issues/43

crisboarna commented 5 years ago

:tada: This PR is included in version 4.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

crisboarna commented 5 years ago

Also added tests to maintain the 100% test coverage and removed crypto deprecation warnings along with small conditional bug. Thank you for another great PR @mohyt !