jgorset / facebook-messenger

Definitely the best way to make Bots on Facebook Messenger with Ruby
MIT License
962 stars 211 forks source link

Support for 'messaging_game_plays' webhook. #242

Closed egor-moysevich closed 5 years ago

egor-moysevich commented 5 years ago

Hello!

Is it planned to extend the list of webhooks this gem supports with 'messaging_game_plays'? Docs: https://developers.facebook.com/docs/messenger-platform/reference/webhook-events/messaging_game_plays/

In general, it's about playing around the instant games but in terms of Messenger's bot its just the single webhook missing.

egor-moysevich commented 5 years ago

@jgorset , do you have any chance to think about it? Thanks in advance.

jgorset commented 5 years ago

Hi @egor-moysevich! That's kinda cool. I'm not planning to do it, because I don't need it, but I'd be happy to merge it if you do. :blush:

egor-moysevich commented 5 years ago

hey, @jgorset ! Created PR for this: https://github.com/jgorset/facebook-messenger/pull/243

jgorset commented 5 years ago

Nice! I merged it.