facebook_messenger
facebook_messenger copied to clipboard
ExFacebookMessenger is a library that helps you create facebook messenger bots easily.
When using account linking, Facebook sends a response like this (with a little variation between linking an account and unlinking one) ``` %{"entry" => [%{"id" => "12341234", "messaging" => [%{"account_linking"...
This is a PR to address a many issues and to get my own fork of this library back up to par with upstream. Summary of the changes: - increase...
Error ``` ** (FunctionClauseError) no function clause matching in FacebookMessenger.Response.get_parser/1 ``` Request ``` [debug] Processing by WikiBot.BotController.webhook/2 Parameters: %{"entry" => [%{"id" => "1901085296798431", "messaging" => [%{"postback" => %{"payload" => "GET_STARTED_PAYLOAD"},...
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.