lemieux / react-messenger-plugin

React component wrapper for Facebook Messenger plugins.
MIT License
13 stars 11 forks source link

Support for Subscribe to Events #14

Open gijo-varghese opened 6 years ago

gijo-varghese commented 6 years ago

FB SDK a provides a way to subscribe to the events of STM button (https://developers.facebook.com/docs/messenger-platform/discovery/send-to-messenger-plugin/#event). Is it possible?

FB.Event.subscribe('send_to_messenger', function(e) {
    // callback for events triggered by the plugin

});
lemieux commented 6 years ago

This seems similar to this one #6.