All questions related to chatbot development on the Facebook Messenger platform.
Questions tagged [facebook-messenger-bot]
795 questions
0
votes
2 answers
Facebook messenger chat bot
For this I tried two ways.
1.Using stamplay I integrated everything with stamplay (messenger & watson conversation) while deploying in npm (cli)-"stamplay init".
It is throwing an error --ssl certificate chain error.
2.Using ngrok I try to run the…

user8002227
- 1
- 1
0
votes
0 answers
Facebook-messenger-bot is not approved from review
I have submitted my bot for review, page_messaging is approved by Facebook but page_messaging_subscriptions is not approved so now I want to remove the page_messaging_subscription and again submit it for the review so Please help me how to do it!…
0
votes
0 answers
Publishing A Facebook Messenger Bot through Facebook API
One of my recent project needs to create custom chat bots for facebook messenger.
The user can login to the system and create a bot with different interactions and finally publish the bot to facebook.
There are a couple of companies that are doing…

Matt
- 7
- 5
0
votes
0 answers
Generic Template Image Does not Appear in App Messenger Bot
I am loading image for the generic template from my database, the image is shown in web version of messenger but is not loaded in the Android App.
I am loading the image from my site hosted on app engine and the site has a SSL certificate

Aditya Borde
- 1,227
- 2
- 12
- 31
0
votes
1 answer
Random duplicated messages in messenger bot
all.
On the last week we are facing a problem in messages order, in Facebook Messenger.
When user is interacting with our bot, on most of the cases Messenger send random messages that it has sent before in the conversation. This old messages are not…

Daniel Faria
- 1
- 1
- 1
0
votes
2 answers
Start conversation without user interaction in Facebook Messenger
Is it possible to send a message to a user without the user interacting with the bot first?
I'm using the following guide to retrieve psids from users that have already connected their profile to an app that I…

Daniel Loaiza
- 91
- 1
- 8
0
votes
1 answer
Is it possible to configure messenger channel without using bot framework by Microsoft?
Might i'l get many negative votes for this. But i didn't find nothing similar.
Currently i'm using bot framework dashboard to connect my bot to Facebook by setting up Messenger channel.
All the settings, callback URLs, etc.
Is it possible to avoid…

Bob Swager
- 884
- 9
- 25
0
votes
0 answers
Messenger Bot stops replying after some time
I am developing messenger bot and it is working as expected most of the times. My problem is sometimes, bot stops replying after a while, I check my page is subscribed to the webhook, webhook is set up correctly and it seems as there is no reason…

Naib Baghirov
- 35
- 1
- 5
0
votes
2 answers
OrderedDict working locally, but not in Messenger chatbot using Heroku and Flask
I have an OrderedDict like this:
od = OrderedDict({
'a':{'1-k1':'v1',
'2-k2':'v2',
'3-k3':'v3',
},
'b':{'4-k4':'v4'},
{'5-k5':'v5'},
…

Mohamed Mohey
- 11
- 3
0
votes
1 answer
How to get/store last SENT messenger bot message to a user?
If a user replies with a normal text message to the bot, what would be the best way to know what happened earlier? As i have seen, the bot can't get this information from the graph api and i guess that would be the slowest option. So a dictionary or…

Delceg
- 21
- 6
0
votes
2 answers
Save Messenger User Id to MongoDB
I want to store all users ID of users clicking on a button of my Messenger Bot. I'm not really familiar with Javascript and MongoDB. I tried this but it seems it's not working:
-Index.js:
// DB
var mongoose = require("mongoose");
var db =…

nico_lrx
- 715
- 1
- 19
- 36
0
votes
1 answer
Send push message to Messenger bot users
I want to be able to send push messages to my Messenger bot's users at any time. I get the user ID thanks to:
event.sender.id
Then I try to send this POST request according to the Messenger doc. It returns "success" but I don't receive any message.…

nico_lrx
- 715
- 1
- 19
- 36
0
votes
0 answers
Facebook messenger template list not working on messenger app
Please I need some help......am developing a Facebook messenger chatbot and I have issue with the List template. When I send the template, the response is received and displays well on the web but on the messenger app, everything gets lumped in one…

Frederick Eze
- 121
- 1
- 12
0
votes
0 answers
java chatbot does not work on facebook messenger webhook
we followed this link(https://github.com/thekosmix/Java-FbChatBot) to build a java chatbot, when we try it on webhook of messenger , we hit the following error: The URL couldn't be validated. Response does not match challenge, expected…
user6047898
0
votes
1 answer
Facebook Messenger Chatbot - How can a user post to timeline with a button?
I've created a chatbot on FB Messenger. At some point, the bot responds with e.g. some image. Below the image, I've managed to create a button so the user can 'share' the image to his/her FB Messenger friends.
Is there a way to create a button so…

Stergios
- 3,126
- 6
- 33
- 55