1
0
mirror of synced 2024-11-22 21:06:06 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Samuel El-Borai
73b91a659d Fix example to build with latest version of the library 2018-03-10 07:02:16 +01:00
Ramy Aboul Naga
7b303129b9 Adds integrity check (#19) (#30)
* Adds integrity check (#19)

* Replace usage of `flag' with `configure' for `port' arg.

	Usage:
		./main               # Default port 8080
		./main  --port=1234  # Custom port 1234
2017-06-27 19:10:34 -07:00
Thach Le
500eec9f3b Fix wrong function handle read (#8) 2016-08-19 19:47:04 +10:00
Bruce Fitzsimons
de3a5d0949 Add Read event support. Update description of Delivered events (#7)
* Added Read message support
Delivered message suppport already existed but was commented as
indicating that a message was read by a user. As of the 1 July
2016 API release this isn't true, there is another event. This
commit adds read event support and corrects the description of
delivered events. Also added to the example bot.

* go fmt

* Added new profile fields from July 1st API update

* gofmt
2016-08-18 09:41:25 +10:00
Harrison
ceec3c0a6b Add comments 2016-04-15 10:34:10 +10:00
Harrison
d5a010c736 Add profile retrieving 2016-04-15 10:21:08 +10:00
Harrison
bc2b82cb33 Fix stutter 2016-04-14 10:25:48 +10:00
Harrison Shoebridge
940d2805be Add attachment support to text messages 2016-04-13 19:46:52 +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