I have been having some issues with publishing my bot.
Depending on the browser type:
Google Chrome works fine for my bot.
Microsoft Explorer returns the error “Sorry, something went wrong”
https://www.messenger.com/t/167344133880709/?messaging_source=source%3Apages%3Amessage_shortlink
I’ve tried using both http and https but some issue.
Any suggestions please?
I found this article and thought it may be useful to new user like myself.
https://support.flowxo.com/article/142-creating-a-messenger-bot
Distributing Your Bot
Facebook currently offer these options:
If your app is public, you can be discovered through search in Messenger.
You can create a shortlink with the format http://m.me/<PAGE_USERNAME>
Use the Message Us plugin to add a button to your site.
Get Started Button & Referral Links
When the user connects to the bot for the first time (they click the ‘Get Started’ button in Messenger), the message ‘start’ will be sent to the bot. You can look for the presence of this to know that the user clicked ‘Get Started’ and welcome the user for the first time.
If a referral parameter has been used (i.e. a link in the format http://m.me/mybot?ref=myparam) or the Send-to-Messenger Plugin, the value of ref will be sent in a data output field called Metadata along with the message ‘start’.