Skip to content
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

Quick reply support #4

Open
makefunstuff opened this issue Dec 11, 2016 · 6 comments
Open

Quick reply support #4

makefunstuff opened this issue Dec 11, 2016 · 6 comments

Comments

@makefunstuff
Copy link
Collaborator

https://developers.facebook.com/docs/messenger-platform/send-api-reference/quick-replies in facebook messenger you can also specify optional quick reply.
I think it should be also added into facebook_messenger_models.
Currently message structure can possibly ignore quick replies.

@nsomar
Copy link
Owner

nsomar commented Dec 12, 2016

Hello @strangeworks as with the other issue, if you would like to take this on that would be great.
Do you think you'd be open to handle this too?

@makefunstuff
Copy link
Collaborator Author

I want to use your library, as there no alternatives I would like to add support of this functionality aswell.

@makefunstuff
Copy link
Collaborator Author

== Compilation error on file lib/httpotion.ex ==
** (ArgumentError) Access is not a protocol
    (elixir) lib/protocol.ex:76: Protocol.assert_protocol!/2
    lib/httpotion.ex:292: (module)
    (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6

could not compile dependency :httpotion, "mix compile" failed. You can recompile this dependency with "mix deps.compile httpotion", update it with "mix deps.update httpotion" or clean it with "mix deps.clean httpotion"

might be unrelated but attempting to run tests for the project i'm constantly receiving compilation error for the httppotion library, did you have such problems?

@nsomar
Copy link
Owner

nsomar commented Dec 16, 2016

@strangeworks Yes, this was an issue with an outdated httpotion. I submitted a pr that fixes it #5

Looks like httpotion and newer elixirs dont work well together

@nsomar
Copy link
Owner

nsomar commented Jan 16, 2017

Closing this issue since its solved

@nsomar nsomar closed this as completed Jan 16, 2017
@makefunstuff makefunstuff reopened this Jan 16, 2017
@aguxez
Copy link

aguxez commented Jun 5, 2017

Any updates on this feature yet? Quick replies would be very useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants