You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Issue #518 added support for referral params when they are received through the messaging_referral webhook. However, if you have get started screen configured and the user has had no previous communication with your bot then the referral params will be sent to you along with the postback when the user clicks the "Get Started" button:
This issue is for pushing the postback referral param through to the message that botkit exposes.
The text was updated successfully, but these errors were encountered:
johngriffin
changed the title
Support referral params when you have a Get Started screen (Facebook)
Support referral params sent via postback webhook (Facebook)
Dec 13, 2016
Hello @johngriffin , I am a little bit confuse on which event will be triggered when a new user click your m.me link and which one will be triggered when an old user clicks ?
Inside Botkit 0.7.0 that I am using, I have facebook_referral and facebook_postback event that I am handling.
And also there is this problem when a user shared an object with postback button to a new user. What happens is the Get Started Screen pops up and from there the chatbot does not reply with the action corresponding to the payload of that postback button clicked.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue #518 added support for referral params when they are received through the messaging_referral webhook. However, if you have get started screen configured and the user has had no previous communication with your bot then the referral params will be sent to you along with the postback when the user clicks the "Get Started" button:
https://developers.facebook.com/docs/messenger-platform/referral-params
This issue is for pushing the postback referral param through to the message that botkit exposes.
The text was updated successfully, but these errors were encountered: