botman / driver-facebook

BotMan Facebook Messenger Driver
MIT License
71 stars 72 forks source link

Added support for share_contents #30

Closed johntiror closed 6 years ago

johntiror commented 6 years ago

Here the docs from FB: https://developers.facebook.com/docs/messenger-platform/reference/buttons/share There is an issue (maybe a Facebook bug) that cause an error from FB API in case buttons have the field webview_share_button that's the reason why I had to add the function removeWebviewShareButton in order to remove that field only in case of share_contents

johntiror commented 6 years ago

I need to fix formatting and resubmit