1.7 KiB
1.7 KiB
Messenger
This is a Go library for making bots to be used on Facebook messenger. It is built on the Messenger Platform. One of the main goals of the project is to implement it in an idiomatic and easy to use fashion.
You can find an example of how to use it here
Tips
- Follow the quickstart guide for getting everything set up!
- You need a Facebook development app, and a Facebook page in order to build things.
- Use ngrok to tunnel your locally runnning bot so that Facebook can reach the webhook.
Breaking Changes
paked/messenger
is a pretty stable library however, changes will be made which might break backwards compatibility. For the convenience of its users, these are documented here.
- 12/9/16: Removing unused parameter
text string
from function(r *Response) GenericTemplate
. - 20/5/16: Leaving the
WebhookURL
field blank inOptions
will yield a URL of "/" instead of a panic. - 4/5/16: The URL to use for the webhook is changable in the
Options
struct.
Inspiration
Messenger takes design cues from: