1
0
mirror of synced 2025-02-16 13:33:13 +03:00
Harrison 1dc4bcc67d Add "/" as default WebhookURL
This is because an empty string is *invalid* in net/http and will yield
a panic.
2016-05-20 09:18:01 +10:00
2016-04-15 10:34:10 +10:00
2016-04-13 16:14:23 +10:00
2016-05-04 18:09:34 +10:00
2016-04-13 10:35:25 +10:00
2016-05-04 18:09:34 +10:00
2016-05-20 09:18:01 +10:00
2016-04-15 10:21:08 +10:00
2016-04-15 10:41:03 +10:00
2016-05-04 18:09:34 +10:00
2016-05-04 18:09:34 +10:00

Messenger GoDoc

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.

Inspiration

Messenger takes design cues from:

Description
Package messenger is used for making bots for use with Facebook messenger
Readme MIT 249 KiB
Languages
Go 100%