Is the Facebook crawler available to messenger bots? As a tester on the development version of a bot, URLs sent by the bot are raw. Is this something automatically available once a bot goes public or do developers have to rely on templates?
Related
I have created a health bot on the microsoft health bot service, i want to connect the health bot to facebook messenger. The Health bot service documentation does not provide a clear way to integrate to facebook messenger since there is no option to generate the call back URL and Verify Token for facebook as seen from this documentation Connect a bot to Facebook
Is there a way that i could integrate my health bot to Facebook Messenger?
At the moment, the Healthcare Bot Service encapsulates all of the app resources. Consequently, you are not able to access the Bot Registration and configure the bot's channels as you would normally. You are able to get the WebChat Secret in the Healthcare Bot Manager, which would allow you to embed the healthcare bot in a webpage. If this is something you're interested in pursuing, I'd recommend looking at the Healthcare Bot Sample on Github and this Stack Overflow Question.
Hope this helps!
I am building a Chat Bot using Facebook Messenger Platform.
According to Facebook documentation, all users who previously contacted my page via Messenger chat can be contacted using the bot.
My question is: is there a way to retrieve the list of user ids who previously contacted my page on Messenger, previous to the bot being enabled on the page?
My intention is to engage them and let them know that they can use the bot now.
Thanks.
How can I allow people to test my faceBot (facebook messenger bot)
Until there .. I should in every time adding tester and/or developer to test my chatBot
and I should say it doesn't make sense.
When you're ready to make your bot live to the public, you need to submit it for approval by adding the messenger platform and submitting all the required items for approval to go public.
All the information you need on that can be found here Messenger Bot Review
i made a demo bot (Free version) on Api.ai and integrated it with facebook but the problem is that it doesnt't respond to anyone else except me?
Maybe it is because of the fact that i created the facebook page from my account and generated page access token...
But How can i make my bot to communicate with other users too??
The bot on facebook will only respond to people you specifically add as admins or testers of your bot on developers.facebook.com.
If you want to make it available to anyone, you need to request facebook's approval for pages_messaging on developers.facebook.com and it will take a couple of days.
I have a bot that was developed using the Microsoft Bot Framework and it has a Facebook channel. If I chat to it using the Facebook profile of the user who created it (the Facebook app that is linked to the bot), it responds. But if I try another user, it does nothing.
What could be causing this?
Facebook Bots have to be reviewed by Facebook before they are available to anyone other than page admins and the app developers. You can find more details on their development pages
https://developers.facebook.com/docs/messenger-platform/app-review
You have to set your Facebook app as Public, by default your Facebook app is in development and it is not available to the public.