react-messenger-send-to-messenger icon indicating copy to clipboard operation
react-messenger-send-to-messenger copied to clipboard

Support for Subscribe to Events

Open gijo-varghese opened this issue 5 years ago • 4 comments

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
  
});

gijo-varghese avatar Jul 25 '18 16:07 gijo-varghese