1
0
mirror of synced 2024-11-22 04:46:05 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
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
Harrison
036b286d6b Fix styling 2016-05-04 18:09:34 +10:00
Panich Maxim
eb0e72a5dc Api update
Postback action handler
Dynamic WebHook
Button Template Message
Generic Template Message
2016-05-03 16:42:25 +03:00
Harrison
494b974cb2 Add auto-verify 2016-04-18 20:04:41 +10:00
Harrison
d5a010c736 Add profile retrieving 2016-04-15 10:21:08 +10:00
Harrison
bf98d4d308 Fix spelling mistake 2016-04-14 10:27:05 +10:00
Harrison
bc2b82cb33 Fix stutter 2016-04-14 10:25:48 +10:00
Harrison
99cd5dc258 Add documentation to Messenger 2016-04-14 09:45:06 +10:00
Harrison Shoebridge
ed71354256 Consolidate data structures 2016-04-13 19:36:38 +10:00
Harrison Shoebridge
ce641cb233 Rewrite handlers management
Having everything under the one hood was not working. Doing this we can
parse more information in a neater fashion
2016-04-13 19:26:31 +10:00
Harrison Shoebridge
d63af22da1 Add delivery messages 2016-04-13 19:12:23 +10:00
Harrison Shoebridge
7fed4ecf28 Add message sending 2016-04-13 17:02:02 +10:00
Harrison Shoebridge
5006304edf Add handling receiving messages 2016-04-13 16:14:23 +10:00
Harrison Shoebridge
8f272bbf30 Add Messenger bot capable of verification
The only ability of this current bot is to verify the webhook on the
Facebook developer panel.
2016-04-13 12:03:26 +10:00