Questions tagged [facebook-messenger-bot]

All questions related to chatbot development on the Facebook Messenger platform.

Documentation

795 questions
0
votes
1 answer

"Jmeter - Cannot record Facebook/Messenger - 501 method not implemented"

I want to record some talk on Facebook Messenger to measure the response time, but i when i'm using HTTP Recorder with Proxy on Facebook, this error appears: 501 Method not implemented Service not implemented. Probably used https instead of http.…
0
votes
0 answers

Using flask for a web hook and trying to 'track' users previous actions

I'm trying to track the users previous actions via a web hook (flask). I've done this by creating a dictionary that reads in the users ID as the key and then keeps replacing the value for every new action (I only need the very last action made).…
Hazzamataza
  • 983
  • 2
  • 12
  • 25
0
votes
3 answers

Can I give my facebook messenger chat bot the exclusivity of answering users?

I connected a Facebook messenger bot to a page with several admins. I am not yet very familiar with the facebook messenger platform but it looks like when a user messages our page. Admins see the incoming message and can respond to it. Can I…
0
votes
3 answers

How to make unecesary text Messenger bot nodejs

So, I build a messenger bot using node js. How can I make: Whenever user send a random text (except the right command) the Bot will reply "Sorry I cant recognize that command".. How to make bot storing the Text from user and will confirm later ?…
0
votes
1 answer

How to allow Anyone to test my faceBot (facebook messenger bot)

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.
iMed
  • 113
  • 9
0
votes
1 answer

FB Messenger Bot with NodeJS webhook + CasperJS

I followed FB's tutorial to make a FB messenger bot. The webhook is made successfully, I now want to move forward to capture Facebook user's input (the message that sends to my page), and use it as an input to my CasperJS script. Last, I would like…
Raptor
  • 53,206
  • 45
  • 230
  • 366
0
votes
1 answer

Messenger Bot template message giving error for subscription permission

I have developed a messenger bot and also got approval for the page_messaging from facebook and it works great. Now as per the Facebook terms and guidelines for subscription messaging mentioned…
0
votes
0 answers

Facebook Approval Rejection - pages_messaging_subscriptions

My Bot is rejecting from last 1 month with only reason everytime (pages_messaging_subscriptions) MY BOT IS ABOUT FLOWERS , & FLOWERS CATEGORIES . User can search flowers by categories, sort flowers by price and color. In my previous discussion…
0
votes
1 answer

Tracking buttons on facebook messenger bot

I am trying to track the buttons clicks on facebook messenger bot. Does any one have any experience or tips on doing it. Here is a portion of my JSON buttons:[ { type:'web_url', url:'', title:'Click me' }, {…
0
votes
1 answer

Is there a way to "flush" the messages into Facebook Messenger?

TL;DR: the bot takes 2-9 seconds to send any message to the user, even if I send the message from the very first line in MessagesController.cs. I have used the Bot Framework to create a couple of bots for Facebook Messenger and I noticed that one…
user6269864
0
votes
1 answer

Wit.ai How to set quick replies from action?

I am very new to bot development. I am playing wit.ai with facebook messanger. How do we set quick replies from action?
Ramesh Murugesan
  • 4,727
  • 7
  • 42
  • 67
0
votes
1 answer

my pages_messaging_subscriptions is not approved by facebook for Food & Gift ordering chatbot

I have developed chatbot for Food & Gift ordering from chat. I have applied for pages_messaging_subscriptions for apps. Why I need that permission: User place order via chat. We need to send confirmation back to users. Sometimes, we need to give…
0
votes
0 answers

Automatic Facebook Bot Creation and Approval

I've noticed services such as motion.ai and manychat.com are able to automatically create Facebook messenger bots for users. These bots are instantly approved for public access and subscription messaging. How is it possible that companies/services…
0
votes
1 answer

Messenger Bot does not reply to random user?

I will do my best to explain the problem I am having. When I am using the bot from my own FB account, everything works fine. But when I ask others to use it, the bot does not respond to them, although I have got green tick on pages_messaging in…
OFFLlNE
  • 747
  • 1
  • 8
  • 17
0
votes
1 answer

Automating testing of a bot in facebook messenger using selenium. How to locate textbox for users and responses of bot?

We are trying to automate testing of a facebook messenger bot using selenium. We are trying to locate the textbox of messenger using xpath but failing to do so. Here is the HTML of the textbox: