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

Random duplicated messages in messenger bot

all. On the last week we are facing a problem in messages order, in Facebook Messenger. When user is interacting with our bot, on most of the cases Messenger send random messages that it has sent before in the conversation. This old messages are not…
0
votes
1 answer

Facebook Messenger Prompt buttons not showing

Using MS Bot Framework and Facebook messenger as channel. I have a short form that asks about Rarity(from an int list) and Variation(from an enum with two choices). It works fine in Web Chat and Emulator but on messenger, it shows no buttons and no…
0
votes
1 answer

How to get attachement image from facebook messenger webhook

Facebook messenger webhook recieves attached image only with url which is getting expired in some time. How to obtain more information from facebook api to generate new url?
0
votes
2 answers

Facebook Messenger bot: 1st interaction different to subsequent for same command?

Does anyone know if it's possible to return a different message etc to the chat user if it's the very first time they are interacting with the bot? For instance, if a user says "hello" (or anything) for the very first time, the bot might respond…
0
votes
0 answers

Messenger running old version of bot service

I'm building a bot on the azure bot service and have successfully integrated it to run on Messenger. However, the messenger version that is running seems to be a much older version. After I have updated the bot service it runs perfectly in the azure…
0
votes
2 answers

Start conversation without user interaction in Facebook Messenger

Is it possible to send a message to a user without the user interacting with the bot first? I'm using the following guide to retrieve psids from users that have already connected their profile to an app that I…
0
votes
1 answer

Botkit is not sending Generic Template (Attachments) facebook messenger

I am trying to reply to the user with this message: bot.reply(message, { "attachment": { "type": "template", "payload": { …
aidonsnous
  • 1,475
  • 4
  • 19
  • 41
0
votes
2 answers

Save Messenger User Id to MongoDB

I want to store all users ID of users clicking on a button of my Messenger Bot. I'm not really familiar with Javascript and MongoDB. I tried this but it seems it's not working: -Index.js: // DB var mongoose = require("mongoose"); var db =…
0
votes
1 answer

Send push message to Messenger bot users

I want to be able to send push messages to my Messenger bot's users at any time. I get the user ID thanks to: event.sender.id Then I try to send this POST request according to the Messenger doc. It returns "success" but I don't receive any message.…
0
votes
1 answer

Using generated page access_token in multiple regions

I am trying to subscribe my facebook chatbot to the user's page, using the manage_pages permission. I already have the permission approved to my app, but I am having trouble, because the token is generated in the browser(in Brazil), but I send it to…
0
votes
1 answer

Facebook Messenger Chatbot - How can a user post to timeline with a button?

I've created a chatbot on FB Messenger. At some point, the bot responds with e.g. some image. Below the image, I've managed to create a button so the user can 'share' the image to his/her FB Messenger friends. Is there a way to create a button so…
Stergios
  • 3,126
  • 6
  • 33
  • 55
0
votes
0 answers

Selling digital goods on Facebook Messenger Platform

I'm developing a FB Messenger bot which is technically a turn-based game. I want to sell in-game goods for real money through FB Payments or 3rd party service like XSola, for example. But it seems like according to FB policy selling virtual good on…
0
votes
2 answers

How to send an animated GIF in a card like this in Facebook messenger API?

I tried using the generic template, but it does not animate the GIF - this is needed for showing a 'Powered by Giphy' banner in the bottom of the card - like image below. animated GIF received in a messenger card/bubble
0
votes
1 answer

Is there any way to integrate my Facebook Messenger bot with an ionic app?

I have made a facebook messenger bot using node.js and hosted on heroku. How can I integrate the bot with my ionic app, so that the bot runs on the app and not on facebook messenger. I am new to this, so please help me out. Any help would be…
0
votes
1 answer

facebook chatbot localization of greeting message not working

I'm trying to localize the greeting message in my facebook chatbot. Here is the curl command I sent to do this: curl -X POST -H "Content-Type: application/json" -d '{ "greeting":[ { "locale":"default", "text":"Hi…