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
2 answers

Facebook messenger weird error

I am trying quick replies for facebook messenger - am getting this error below: 2017-01-22T04:18:40.538348+00:00 app[web.1]: Error: { message: '(#100) Invalid keys "message" were found in param "message".', 2017-01-22T04:18:40.538359+00:00…
Adam
  • 1,157
  • 6
  • 19
  • 40
0
votes
1 answer

Can not select use case for Facebook's pages_messaging_subscriptions permission

I'm building a small chat bot to get some experience in that area. I'd like to apply for the pages_messaging_subscriptions permission on Facebook. I already got through with the pages_messaging. But when I try to enter the notes for the…
0
votes
1 answer

Bot framework: “Sorry, my bot code is having an issue”. Fixed bug but how to restart conversation?

I have a simple Bot created using Microsoft Bot Framework running on Azure and it was working fine on all channels. Until yesterday when it stopped working on Facebook messenger when a user chose a particular untested option. These are the lines…
seeker
  • 69
  • 1
  • 9
0
votes
2 answers

How do I add create Menu to my Facebook Bot using the Bot Framework

I've a sample bot using Microsoft's .NET Bot framework. I would like to create a menu to Facebook messenger. What text do I need to append and how to catch the option that the user selected? This is what I have right…
VAAA
  • 14,531
  • 28
  • 130
  • 253
0
votes
1 answer

Node.js find user name and profile pic

I've read facebook documentation and trying to create a function that when prompted gets the username and profile pic ,et al of the user talking to the bot this is my function const express = require('express') const bodyParser =…
James Hennessy
  • 397
  • 6
  • 14
0
votes
1 answer

How to display an emoji in a Facebook Messenger bot?

I'm trying to display an emoji in a Facebook Messenger bot made in NodeJS but I cannot figure out how to turn chars like http://apps.timwhitlock.info/unicode/inspect/hex/1F382 into a string I could send via the API. Many thanks for any help.
RaphArbuz
  • 869
  • 1
  • 9
  • 19
0
votes
1 answer

Facebook Bulk API: Request order is not preserved

I am currently using the facebook bulk api to send multiple messages to users (messenger api) with the following request (access tokens and user ids are censored): curl \ -F…
0
votes
1 answer

Messenger Platform: Webhook failing

My question is kinda like this. Your Webhooks subscription for callback URL https://{domain}/bot has not been accepting updates for at least 2 days. Please verify that your callback server is functioning. Visit our reference documentation to learn…
0
votes
1 answer

What Facebook Graph API event handles the "Get Started" button?

I'm working on a bot using the Facebook Graph API version 2.6. I need to have the bot message the user when they click the "Get Started" button in Messenger. What messaging API event handles this? I've tried optin with no success. I'm also unable to…
Lily Hahn
  • 256
  • 1
  • 10
0
votes
1 answer

How to place buttons inline in Facebook messenger bot?

Sometimes need to arrange the buttons in a line. For example, if we send 8 buttons with short text they will appear like this: 1 2 3 4 5 6 7 8 Is it possible to place buttons in a line in the screen area without scrolling to the right: 1 2…
0
votes
1 answer

How to get a new session access token in Facebook Messenger Bot

I changed my Facebook account's password, and the Facebook Messenger Bot I made can no longer respond to my messages. This error comes up in my Heroku logs: 2016-12-28T22:19:32.647313+00:00 heroku[router]: at=info method=POST path="/webhook"…
0
votes
1 answer

How to save/copy Facebook image URL to my SERVER as an image?

This is the url: https://scontent.xx.fbcdn.net/v/t34.0-12/15749870_10153984148031541_865898377_n.jpg?_nc_ad=z-m&oh=73dc146bd7d8922a41c262ecc2299bb4&oe=58659947 I want to save Facebook images to my server. I tried many options such as copy,…
ejobity
  • 305
  • 1
  • 3
  • 13
0
votes
1 answer

Facebook messenger webhooks failing to receive updates

The same exact code was running until yesterday, I restarted the ngrok and updated the callback URL. But now it isn't responding. Instead, I got a webhook failing alert from Facebook. Here is my index.js 'use strict' const express =…
Akash Ranjan
  • 922
  • 12
  • 24
0
votes
1 answer

Is there a way to generate a map directions image (for fb messenger bot usage)

I'm working on a Facebook Messenger bot for a client and I'm trying to give the users a map with directions to the client's location. I know FB has a button to get the user's location, but I'm not sure how to show the directions. Any ideas how I…
Vituvo
  • 1,008
  • 1
  • 9
  • 29
0
votes
1 answer

Using Messenger bot to get data from a json url and show it to user

I am currently having a problem with messenger bot development in which i want to get data from a url which shows in json format and then if a user types "show me the new news from university?" then it should get data from there and show. I don't…
Rahul Kapoor
  • 145
  • 4
  • 20