Questions tagged [facebook-messenger]

Facebook Messenger is an instant messaging service and software application which provides text and voice communication. Integrated with Facebook's web-based Chat feature and built on the open-source MQTT protocol, Messenger lets Facebook users chat with friends both on mobile and on the main website. Information from : Wikipedia

Facebook Messenger is an instant messaging service and software application which provides text and voice communication. Integrated with Facebook's web-based Chat feature and built on the open-source MQTT protocol, Messenger lets Facebook users chat with friends both on mobile and on the main website.

Information from : Wikipedia

1290 questions
-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

Is is possible to create a custom messenger bot on Facebook?

I would like to know that we are having a lead generation campaign running on Facebook but few of the times our staff isn't available to answer the query on Facebook messenger, so based on that short-coming I am thinking to devise a mechanism that…
-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

How to create or modify facebook messenger webhook calback url

I need to create a facebook app in which, when a user subscribes to my app i have to modify the callback url of the messenger webhook of one of its pages (the one he selects), is this possible with the facebook api? Without knowing what I have to do…
JG73
  • 90
  • 1
  • 10
-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

How can we connect chatbot with Facebook messenger?

We have created a ChatBot with PHP and we want to connect Facebook messenger with that. This means the Facebook messenger should be act like our Bot. Please guide or refer to how to do that?
-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

Can i send direct messages to my clients facebook followers using API?

I have seen services advertising that they can message the followers of pages and accounts on Facebook. I have gone over lots of different Facebook API's and several interesting threads on here but cant find a definitive answer. Is is possible to…
-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

Chatfuel Show "Buy" button (via Stripe) using the JSON API block - FB Messenger

I'm trying to build a Facebook Messenger bot using the Chatfuel platform but I came to a halt. I can't find anything about displaying the "Buy" button via the JSON API block. I'm trying to use the Stripe version, not the native FB Messenger purchase…
Adrian
  • 343
  • 5
  • 19
-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

Facebook Messenger Handover Protocol Bot bot profile change

I'd like to know whether Bot profile will reflect currently active responder. In other words, will users see anything which tells that they are now speaking with different responder, e.g different profile icon.
Bohdan Sydor
  • 35
  • 1
  • 7
-1
votes
1 answer

How to do nested array or multidimensional array for questions ask

i am trying to do a quick reply on facebook messenger using array $questions = array( "What can i help you?", array('Order', 'Shipping', 'How to Buy'), "Order Status", array('Status', 'Tracking', 'ETA'), …
-1
votes
1 answer

Branch (React-native) deeplinking is not working in FB messenger (Android)

I am using Branch.io to send users their credentials in my app. Since the app is not live yet, i am testing with everything on "live" in the Branch settings. If I create a link from the app and send it via Slack or email, with the app installed then…
Nikiforos
  • 154
  • 11