tinkerbox / message_quickly

Integrate Facebook's messenger platform with your rails app
MIT License
22 stars 4 forks source link

Bugfix/change updates #12

Closed Wei-LiangChew closed 7 years ago

Wei-LiangChew commented 8 years ago

Fix #5 Not handling updates from Facebook Webhooks.

This PR resolves the above issue by implementing the ChangeUpdateEvent and integrating it with the MessageQuickly::CallbackParser to handle the change updates.

Note: I couldn't figure out how the spec/dummy plays into the specs, so I'm not sure the integration is fully tested, although I did add the new event handling into the specs for MessageQuickly::CallbackParser

Drenmi commented 7 years ago

Let's merge this. 😀

🚀

Wei-LiangChew commented 7 years ago

Right sorry, I forgot 😅