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

Do Quick Replies Work in Messenger Bot Welcome Message?

Do quick replies work in Facebook Messenger Bot Welcome Message? This is the message that is displayed after you press the "Get Started" button. It might not be supported, but if it is, am I doing something wrong? Here's what I'm trying: curl -X…
user2322082
  • 658
  • 1
  • 6
  • 18
0
votes
2 answers

How to display a greet message include text and image in nodejs

I want to show greeting message when user start a conversation on Facebook messenger before user input any message. I did code in node js server that only triggers when user sends a message but I want to show greeting message like below. I want to…
N Sharma
  • 33,489
  • 95
  • 256
  • 444
0
votes
1 answer

Wit ai based node.js code on running with forever command throws error

I am trying to develop a facebook messenger bot application with the use of wit.ai framework. The application runs fine when i run my node.js code with command node app.js But when i try to run it with the use of forever command like below i am…
Vidhya Sri
  • 1,773
  • 1
  • 17
  • 46
0
votes
1 answer

Android Intent.SEND with text and link to messenger won't work

Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND); sharingIntent.setType("text/plain"); sharingIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "Subject Here"); …
Boldijar Paul
  • 5,405
  • 9
  • 46
  • 94
0
votes
1 answer

How to have Facebook Messenger Bot send a message on button click

"type": "postback", "title": "What can Chatbots do", "payload": "One day Chatbots will control the Internet of Things! You will be able to control your homes temperature with a text", }, { "type": "postback", "title": "The Future", "payload":…
user3776662
  • 199
  • 1
  • 10
0
votes
0 answers

Facebook Messenger opens AppStore instead of browser

I shared a link from the Bright Side (page on FB) to a friend in Facebook Messenger. Then I taped on it and instead of opening it in browser messenger opened AppStore and recommended to download Bright Side app. Is it Bright Side server issue?
Eduard
  • 516
  • 1
  • 4
  • 17
0
votes
2 answers

Why I can't subscribe to the Facebook webhook with Cloud9 link?

I have a node.js code which I run on cloud9 for development and I want to subscribe my "test" Facebook page messenger to that link in order to use it for testing\sandboxing. But when I try to subscribe the webhook to the Cloud9 link my app is…
GeekSince1982
  • 732
  • 10
  • 25
0
votes
1 answer

Bot engine not sending any response to facebook messenger

I've a nodejs server application and I've exposed the URL using ngrok. That URL is being used as a callback URL in facebook webhook. There is no problem with webhook validation. Why is it that I cannot receive the replies from the bot engine when I…
0
votes
1 answer

facebook messenger bot template

I am trying to implement a Facebook bot for my application. I see on the web many great examples, like the one of Skyscanner and Uber. However, reading the official documentation, there are few available templates. For instance, I don't find the…
DeLac
  • 1,068
  • 13
  • 43
0
votes
1 answer

Issue with Facebook messenger bot (welcome message and button message)

I'm facing 2 issues when developing a Facebook messenger bot, and I'm a newbie to programming. I followed FB's tutorial to add the code - welcome message and deployed it in heroku, but my bot didn't pop up the said message. app.post('/webhook/',…
0
votes
2 answers

Facebook Messenger :How to show a greeting message when start conversation

I want to show a greeting message when start a conversation on Facebook Messenger ( before any user input ) . How to do it? The problem is : My code is for server by NodeJS ,and it only trigger when a message is send to server ,which mean it only…
voxter
  • 853
  • 2
  • 14
  • 30
0
votes
3 answers

Facebook Messenger API webhook trouble

I am trying to setup a webhook for the Facebook Messenger Bot Platform and i am receiving this error: The URL couldn't be validated. Response does not match challenge, expected value = '892694233', received='892694233
Antonio
  • 69
  • 7
0
votes
1 answer

Is there an event or other way to handle the user first ever message to the bot on the Facebook Messenger Platform?

I have set up a welcome message to my chat bot on Facebook Messenger platform. Now I want to know when the user sends it's first ever message and handle this special case (typically by getting some more info about the user and storing it for future…
0
votes
1 answer

Facebook messenger webhook won't receive any messages

I created a webhook for facebook, the subscription worked fine, (See the JSon result below). But whenever i send a message to the page, the webhook doesn't receive anything, the only entries from the webhook that i receive is when i subscribed to…
0
votes
2 answers

Error with messenger webhook setup

I am using the same verify token but it's giving me error https://infinite-dusk-17985.herokuapp.com/webhook/ and neither it's responding when I m using it on messenger. 'use strict'; const express = require('express') const bodyParser =…
Lovsingh
  • 1
  • 1