mathew-kurian / FacebookMessengerBot.js

:mailbox: Simple, light-weight Facebook Messenger Bot API for Node with ES6 support (via. Promises)
https://developers.facebook.com/docs/messenger-platform
117 stars 24 forks source link

Added Share button #11

Closed xumx closed 7 years ago

xumx commented 7 years ago

Reference https://developers.facebook.com/docs/messenger-platform/send-api-reference/share-button

Example usage: Buttons.add({ share: true });

mathew-kurian commented 7 years ago

Thanks for the PR. Can you please update the README.md?