Questions tagged [facebook-messenger-bot]

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

Documentation

795 questions
0
votes
1 answer

Trying to develop stories in wit.ai that differ between how vs why

I am building out my wit.ai app to handle a variety of questions from a user. Everything is going fine but my wit.ai is starting to get confused around 'how' vs 'why' questions. I'm looking for the best way to structure these with…
JonnyTee
  • 1
  • 1
0
votes
1 answer

Create and setup facebook bot through api

I looked into motion.ai and how they make facebook bots. I noticed that they somehow manage to connect everything automatically (app link with pages, secrets, hashes, webhooks setup and all that stuff). According to this Create and Configure…
Vituvo
  • 1,008
  • 1
  • 9
  • 29
0
votes
3 answers

Facebook messenger chatbot gives duplicate replies

I'm building a chatbot with wit.ai and python and integrating it with Facebook Messenger. I have set up webhooks as well as send function and fb_message function exactly like in this tutorial:…
-1
votes
1 answer

Adding multiple subtitles in generic template

The generic template docs of the messenger api has an image that shows 3 lines of subtitles. I'm unable to figure out how to get this done. Generic Tepmlate Image Attached
-1
votes
1 answer

Unable to login to FB via fbchat in python [2FA not enabled]

I'm trying to login using fbchat a python package. 2FA is DISABLED for the account I'm using yet it is showing this exception. I have check the following, but not working: Unable to login to facebook using fbchat Python fbchat - Login failed ⚠…
Hamza
  • 1,523
  • 15
  • 33
-1
votes
1 answer

Accessing Facebook Messenger SendApi in python

Recently , exploring Facebook Messenger's Send Api and I got confused in accessing SendApi through Python requests.
-1
votes
1 answer

Loop through facebook messengger bot elements

I have the code below bodyObj['providers'].map(service => { // console.log(service.name) }) const campaigns = { "attachment": { "type": "template", …
-1
votes
1 answer

How does chatbots platforms like Chatfuel or Manychat can create Facebook Apps in the backend to serve Chatbots?

I want to create chatbots platform to create chatbots on the fly like Chatfuel or Manychat or Rocketbots? How it can be done?
-1
votes
1 answer

How to disable media picker bar

Is it possible to disable media picker bar only when user typing on for my chatbot?
-1
votes
1 answer

Whether Input form Adaptive card is supported by native template of Facebook using bot framework node.js v4

Input form adaptive card is supported in WebChat using Bot framework (node.js). The samples can be viewed here in this link. I want to use the same Input form adaptive card in Facebook. Is there any ways through which we can do it? Here in this link…
swedha b
  • 135
  • 1
  • 2
  • 17
-1
votes
1 answer

How to send JSON payload to create buttons with pymessenger Facebook chatbot

I am creating a Facebook messenger chatbot with pymessenger, flask and wit.at. I want to add buttons as options in my chatbot conversation. For example " Generic Offer 1"+"\n"+" Generic Offer 2"+"\n"+" Generic Offer 3" is what I want to show up as…
-1
votes
1 answer

Is it possible to link one QR code to multiple messenger BOT

I created a Facebook Messenger Bot(for customer's feedback) for our office last year, now we have 4 more branches and we want to have the feedback Bot at every branch. I want to know if it's possible to distinguish each branch (through the QR Code)…
olakunle
  • 851
  • 1
  • 7
  • 9
-1
votes
1 answer

Nodejs: Messenger broadcast message not working

I am trying to send a broadcast through my facebook messenger bot. Here is my code: if (subscribe === true) { // Send the HTTP request to the Messenger Platform request({ "uri": "https://graph.facebook.com/v2.11/me/broadcast_messages", …
-1
votes
1 answer

How to make URL pop up in front of facebook messenger?

I have a URL with content that I want to display in front of a facebook messenger chatbot when a button or quick reply is clicked in the same way Leave Feedback is shown. See image 1 for reference. 1 How would I be able to show this? How would this…
-1
votes
1 answer

fb-send-to-messenger data-ref cannot pass url value

I'm using gem facebook-messenger Send to Facebook When the human clicks the Send to Messenger button embedded on a website, you will receive an optin event. Bot.on :optin do |optin| optin.sender # => { 'id' => '1008372609250235' } …