-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Button Templates #31
base: master
Are you sure you want to change the base?
Conversation
…book. Button templates require a 'buttons' fields in the payload, not the standard 'elements' field.
@seenickcode Thanks for your contribution, but unfortunately the code neither compiles nor it has required coverage. First of all, please fix import paths. When contributing to Go projects it's advised to clone the repository to the directory which path reflects the location of the mainstream repo, not the fork. That way, albeit not importable from the outside world, the code works locally. |
Does this article explain a recommendation properly? http://blog.campoy.cat/2014/03/github-and-go-forking-pull-requests-and.html if so I will follow it and re-submit. |
@seenickcode yes, 👍 |
Ability to send Button Templates without receiving an error from Facebook, as this feature never worked for the latest Facebook Send API. Button templates basically require a 'buttons' field rather than an 'elements' field.