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

Facebook Message Batching #21

Open xumx opened 7 years ago

xumx commented 7 years ago

https://developers.facebook.com/docs/messenger-platform/webhook-reference#batching

The current code doesn't handle batching. Batched messages are lost. https://github.com/bluejamesbond/FacebookMessengerBot.js/blob/master/src/Bot.js#L199