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

Node.js Facebook messenger bot that uses Python Beautiful Soup for webscraping

I am building a facebook messenger bot that scrapes a web page for occurrences of a phrase and notifies users if there are any occurrences. I used JavaScript, NodeJS and Heroku to build a basic facebook messenger bot that echoes messages it receives…
0
votes
2 answers

Adding 'typing_on' sender action bubble before each response from Wit.ai chatbot

I've built a flow-base chat bot using FB messenger, Wit.ai and node.js. It's working well, but in order to make the interaction seem more natural I want my bot to pause for a short while and appear to be typing each of its responses. I want the…
wanstan
  • 15
  • 5
0
votes
0 answers

FB Messenger get email address from fbid

I can get the Senders first and last name, etc using https://graph.facebook.com/v2.8/fbid?access_token=PAGEACCESS_TOKEN. How do I secure access to other information available described in the graph api that is more than what is defined on the…
Vishal
  • 2,097
  • 6
  • 27
  • 45
0
votes
0 answers

Facebook Messenger: How to send an array of items in Airline templates?

Is it possible to send an array of items through any of Facebook's Airline Update template as defined here: https://developers.facebook.com/docs/messenger-platform/send-api-reference/airline-update-template If not, how do I replicate the airline…
Ankesh Anand
  • 1,695
  • 2
  • 16
  • 24
0
votes
0 answers

Facebook User Id mapping with messenger recipient_id

How can i map the facebook userid (obtained via login request permissions) with the messenger recipient_id ? Is it possible to use account linking in messenger for this and if how exactly?
aravindaM
  • 978
  • 8
  • 15
0
votes
1 answer

NodeJS Azure Functions used as a Messenger Bot return an mscorlib error

I'm trying to use Azure Functions as a Messenger bot server using a Generic Webhook. The problem I'm running into is that even running this simple code (most of it is commented out to try & figure out the issue) results in an error (below the…
Rob
  • 1,390
  • 1
  • 12
  • 25
0
votes
1 answer

Side scrolling generic cards

I'd like to create the same as follow for a messenger bot but didn't find anything apart of generic cards that display only one card.
Taoufik J
  • 700
  • 1
  • 9
  • 26
0
votes
1 answer

How to kick off Facebook Messenger conversation with user

I've seen this use case a few times. A user goes to a company's web site and places an order with the company. User logs into Facebook. Messenger window shows up that says order confirmation # and now there's a chat between you and the…
Szymon Rozga
  • 17,971
  • 7
  • 53
  • 66
0
votes
1 answer

Bot Builder Messenger button click not routing correctly when tapped out of dialogue flow

I have a HeroCard carousel with multiple cards and buttons. These buttons correctly route if tapped immediately after the carousel is shown. However, if they are tapped at a later stage in the dialogue, the routing does not work. How can I get…
Charlie Morris
  • 476
  • 7
  • 14
0
votes
1 answer

Facebook Messenger API: What's Does a Quick Reply Payload Do?

If I send Facebook quick reply JSON like the following: "quick_replies":[ {"content_type":"text","payload":"RED","title":"Red"}, {"content_type":"text","payload":"BLUE","title":"Blue"}, …
machineghost
  • 33,529
  • 30
  • 159
  • 234
0
votes
2 answers

Accessing facebook user id for microsoft bot framework

I am building a bot for messenger using Microsoft Bot Framework. I got the bot registered with messenger and have set up a basic echo bot. I however want to access the user's email id to check for security. How do I access this from the framework.…
Akshay
  • 783
  • 6
  • 20
0
votes
0 answers

TWILIO FB messenger usage acceptance

I want to use Twilio to send messages thru SMS and Facebook Messenger. What kind of messages could I send ? is there any usage acceptance policy ? And how about send FB Messages to a new user ? will be asked any kind of opt-in ? Is there any…
Ibere Jr
  • 1
  • 1
0
votes
1 answer

Messenger account linking authentication flow in Django

How can I complete the authentication flow of the account linking in Django? I send the login template to user. When the user clicks on it, she is redirect to https://example.ngork.io/authenticate with the parameters account_linking_token and…
0
votes
1 answer

Sending notifications via Messenger Bot to Facebook OAuth registered users

Let's say you have a site that accepts Facebook OAuth registrations/login. Today, the typical pattern is to capture the user's email and send them notifications via that channel. Fine. Messenger bots have now opened up an opportunity to engage with…
Vytas Bradunas
  • 626
  • 1
  • 7
  • 15
0
votes
0 answers

Facebook Messenger Bot - mark page threads/messages as read

I have written a Facebook bot that is working well. The app is subscribed to my page and I am getting/sending messages/postbacks just fine. Woo! Here's the downside - now that we have hundreds of users using the bot, the page "inbox" has become a…