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

5 Commits

Author SHA1 Message Date
d4acc115a0
Pointer instead of slice in StructuredMessageElement (#3) 2021-02-17 15:15:29 +03:00
Ayomide Onigbinde
8d546920cd change the default user profile fields; fix minor typo 2018-12-30 13:37:18 +01:00
Aman Mangal
d8d9b9886f Update timezone to be of float type (#24)
* Update timezone to be of float type

Reference: https://developers.facebook.com/docs/graph-api/reference/user
Fixes #23

* Update README
2017-01-23 09:23:21 -08: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
d5a010c736 Add profile retrieving 2016-04-15 10:21:08 +10:00