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
0
votes
0 answers

How to get live location from Facebook messenger api chatbots

I'm building a Facebook messanger bot and I'm trying to get users live location but the "get location" button available on the api only gets the current (longitude, latitude) Is there a way to get the live location after one permission? And if not…
0
votes
1 answer

What are the limitations of images in Facebook Messenger's Generic Templates?

Some images of mine, for example https://www.honda.co.th/th/jazz/assets/img/gallery/exterior/ext-05.jpg, are not shown and I can't find the limitations in API documents.
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
0 answers

My page won't answer the Messenger call

I'm developing some code that answers via Facebook Messenger and I use this piece of code to handle the answer and answer back: if(isset($_REQUEST['hub_verify_token'])) { if ($_REQUEST['hub_verify_token'] === A::VERIFY_TOKEN) { echo…
operator
  • 247
  • 1
  • 3
  • 15
0
votes
1 answer

Q: How to add automatic reply message to facebook messager Get Started message

We integrated Facebook messanger - Smooch - Slack integration. Right now our reply rate on facebook go down because we dont have info that somebody click on Get Started button in messagenr. Is it possible to add/change facebook integration to add…
Rastislav
  • 55
  • 9
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

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
1 answer

Facebook Messenger API - Possible to generate the "Persistent Menu" user-specific?

I'm developing a Messenger BOT by using the Facebook Messenger Platform. I was able to create a Persistent Menu by following their guide. I used CURL to create that menu. Which means, the same Persistent Menu is applied (appeared) to everyone. Now,…
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
0
votes
1 answer

Messenger m.me parameter not received on webhook

I'm trying to pass parameter via m.me link but for some reason it doesn't work. The webhook I get from the server doesn't contains the "referral" field. I tried to re-subscribe to the web hook but it didn't help. A video with the full flow of…
Shahaf
  • 357
  • 1
  • 6
  • 16
0
votes
1 answer

how to generate thumbnail image given the url?

For the application I am currently building, there is a dataset of links associated with certain customer profiles and the user receives a list, which looks like the following: function getList(customItems){ var messageData = { recipient: { …
Niko Gamulin
  • 66,025
  • 95
  • 221
  • 286
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
0 answers

Send URL with Facebook UI, customized for each recipient

I am trying to make a service that allows users to share party invitations via the Facebook UI/API. What I want to do is send a custom link to each recipient the user designates so that the invitation can be customized and the RSVP form prefilled.…
Ashley Strout
  • 6,107
  • 5
  • 25
  • 45
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
2 answers

Messenger bot - Sample code

I am trying to create a bot. Using this project. My setup is as follows: Amazon EC2 instance. I created a sub-domain.domain.com I have added the ssl certifications. I have pointed the sub-domain to the /var/www/sub-domain/ I have installed the unzip…
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…