mathew-kurian / FacebookMessengerBot.js

:mailbox: Simple, light-weight Facebook Messenger Bot API for Node with ES6 support (via. Promises)
https://developers.facebook.com/docs/messenger-platform
117 stars 24 forks source link

Add a fallback for when payload is parsable but empty. fix #16 #17

Closed Kilian closed 7 years ago

Kilian commented 7 years ago

Prevent unhandled exception for quickreplies: https://github.com/bluejamesbond/FacebookMessengerBot.js/issues/16

mathew-kurian commented 7 years ago

Thank you for the PR