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
Fix #5 Not handling updates from Facebook Webhooks.
This PR resolves the above issue by implementing the
ChangeUpdateEvent
and integrating it with theMessageQuickly::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 forMessageQuickly::CallbackParser