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

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' } …
-1
votes
1 answer

Messenger API: User is of mobile or desktop?

Is it possible to get the information from Messenger API that if the Messenger bot user is from a desktop device or a mobile device?
Burak Karakuş
  • 1,368
  • 5
  • 20
  • 43
-1
votes
1 answer

Facebook Messenger Inbox in a Web Dashboard

I am creating a web dashboard and want to integrate my facebook page messenger inbox on the dashboard, so we do not have to login into facebook or messenger to view and reply to the messages we have received on FB. For example the inboxes that…
-1
votes
1 answer

How to enable triggers from other users aside from page owner

I created a facebook Page, & a Facebook App that is subscribed to webhooks. So I my external server was successfully able to receive messages sent from my account->my page(webhook triggers), but when other other accounts send message to my page,…
-1
votes
1 answer

Retrieve Messenger get_started payload

I have a bot setup in messenger and I did set up the get_started button. As per messenger document I executed the cURL to display the get_started button. I did this long back and I don't remember what was the payload I added in the request. Is there…
XCEPTION
  • 1,671
  • 1
  • 18
  • 38
-1
votes
1 answer

Add Check Boxes in Facebook Messenger Chat Room

I want to add check boxes in chat room of facebook messenger. I have been searching but could not find any helpful material! Any suggestions?
Hamid
  • 15
  • 1
  • 6
-1
votes
1 answer

Lex bot returns parameters to client instead of lambda fulfilment function output

I've integrated Amazon Lex bot with Facebook workplace messenger, which responds to utterances (questions) and fills up all slots. But when user answers all questions, it just returns the parameters to messenger (intent name and all slots and their…
-1
votes
1 answer

Facebook messenger live bot unable to receive public messages

My bot is live however still only users whom are added as tester/developer role are only able to access the bot. Why is general public unable to access the bot? I cannot see a problem in the messaging pipeline - since people with tester/developer…
-1
votes
1 answer

Send message as user to Facebook Chatbot

We develop a chatbot based on the Facebook Messenger Platform. In the middle of the conversation, we do want to show a complex UI as a WebView. When the user clicks on a button in the WebView, it should close the webview and invoke a user-question…
-1
votes
1 answer

User Activity Data from phone with Facebook Messenger Bot

Is there a way to get user activity data (like step count, sleep details, walking distance etc) that is stored on the phone via a Facebook messenger bot? If the bot cannot retrieve it automatically, it is okay even if there is an option for the user…
user3731783
  • 718
  • 1
  • 7
  • 31
-1
votes
1 answer

First message sent to my chatbot hangs on loading screen

I've created a Facebook messenger bot that works great. The problem is in a new conversation the first time a user selects the bot to open a chat, they are stuck on an endless loading screen. I've tried adding and removing greeting messages via the…
Joel
  • 1,309
  • 2
  • 10
  • 20
-1
votes
2 answers

Do Facebook Messenger Extensions work in the desktop browser?

I have not been able to determine this from Facebook Messenger documentation. Do messenger extensions, as described here, work on desktop browsers? Or only on the mobile apps?
willem
  • 25,977
  • 22
  • 75
  • 115
-1
votes
1 answer

Facebook Messenger platform send URL button gives "bad request" error

I am taking the recipient's ID and trying to send back a URL button but I get a "bad request" error. I think the problem is the JSON but I can't figure it out. sub post_url_button_to_facebook { my $reply_recipient = shift; my %hash =…
-1
votes
2 answers

Facebook Bot messenger line break at 300 character

I am new in node js development. I have develop an fb messenger bot with microsoft bot builder library. When I reply to user then my sentence get's break after 300 character.Please help me on the same.
chetan mekha
  • 665
  • 6
  • 18
-1
votes
1 answer

Why Facebook Messenger bot publish is not happening?

Am Developing Facebook Messenger bot, Its working fine for my test users who are added as testers in Roles option in dashboard. I have put my messenger bot for review. its not happening, reviewer messege say's "We received no automated response when…