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

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

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

How to make an Android app that is overlayed over the home screen

I intend to create an app that will be overlayed on top of the normal "home" Android screen. I have only seen this done before with the Facebook Messenger app: it puts a floating, draggable icon in the homescreen whenever I get a message, and if…
Bill Kotsias
  • 3,258
  • 6
  • 33
  • 60
0
votes
1 answer

Facebook Messenger bot tokenized payments with Stripe

How do I setup tokenized payments with Messenger bots? I'm getting this error message when submitting a buy button to Facebook messenger: "message":"(#1158) No valid payment provider found. Please add a valid payment provider, it can be tokenized…
skunkwerk
  • 2,920
  • 2
  • 37
  • 55
0
votes
2 answers

How to sequence async calls with Promises in Node.js?

I am new to Javascript and having trouble understanding how to make my functions run after one another. I want to use Promise to achieve this. I am following Facebook Messenger tutorial to make a chat bot. Basically, I want to send messages one…
Thawsitt
  • 3
  • 2
0
votes
3 answers

Trigger User Action from Facebook Messenger Bot

I have a working Facebook messenger bot. From the Messenger app, I would like my bot to trigger the "camera" action (to snap a new picture or video) for the user. To clarify with a hypothetical context, I would create persistent menu action which…
0
votes
1 answer

wit.ai handling words with or w/out diacritics as synonyms

How to train the bot to recognize words with or without diacritics as synonyms, is this feature enabled? e.g. when I have a word (camera): foťák I would like to be treated as synonym to fotak. There are cases where diacritics really matters and…
0
votes
1 answer

Facebook Messenger API: Send Structured Message(Java)

In using Facebook messenger to send structured messages using generic template based on official documentation here. 'm using Java to construct the JSON object. Whenever I send the JSON to Facebook I get a response "400- bad request"I. I tried…
Lucy
  • 1,812
  • 15
  • 55
  • 93
0
votes
1 answer

Is there a way to identify the "replied to" message with Messenger API

My Messenger bot asks a question: "What is your favorite color ?" My webhook receives a reply message: "Red" How can the webhook identify what was the question ? Do I need to store something like the "lastQuestionSent" in the database ?
standac
  • 1,027
  • 1
  • 11
  • 26
0
votes
1 answer

Facebook URL from chatbot user ID

I have a fb messenger chatbot and the user ID I get from sender.id in fb's payload is different (app-scoped) than the user id that I can use to make a link to a user's profile page (for instance with: https://www.facebook.com/profile.php?id=[id] or…
Vituvo
  • 1,008
  • 1
  • 9
  • 29
0
votes
1 answer

Facebook-messenger-bot. How to implement checkboxes?

Please share the experience with how to implement checkboxes in Facebook messenger bot. There is an idea to change the color of the button by clicking on it. But I have not found a way to edit the buttons. Thank you in advance for any help.
0
votes
0 answers

Send Updates to Users using Facebook CheckBox plugin

I'm new to Facebook's Messenger platform so I hsve a conceptual doubt. I'm trying to implement a feature using Messenger checkbox plugin(https://developers.facebook.com/docs/messenger-platform/plugin-reference/checkbox-plugin) where If a user in my…
Lucy
  • 1,812
  • 15
  • 55
  • 93
0
votes
2 answers

Laravel 5.1 / 5.3 by calling non Laravel package pimax/fb-messenger-php

I am looking to use a non laravel provider pimax/fb-messenger-php with Laravel. The this package is used and works with PHP. How do I define the provider for this in my laravel config?
techwestcoastsfosea
  • 686
  • 3
  • 10
  • 21
0
votes
1 answer

Fb messenger: quick_replies gets invalid data error

I'm getting this error: { message: '(#100) Invalid data', type: 'OAuthException', code: 100, error_subcode: 2018032, fbtrace_id: 'H3qnFWWxE9u' } } when posting this to Facebook messenger: var messageData = { …
Nicole
  • 29
  • 4
0
votes
1 answer

How to create template message without title and with long subtitle in messenger bot?

in the Facebook messenger docs the generic template must contain title and the subtitle can only be 80 characters long. What message type did CNBC use to create this message?
Igor L.
  • 3,159
  • 7
  • 40
  • 61