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
8
votes
5 answers

How to deserialize custom payload response in Dialogflow v2?

I'm developing my own chatbot for messenger with Dialogflow v2 and the Node.js client SDK. But I've a problem with custom payloads. When I use the console provided by Dialogflow, I have a response which looks like this : { "payload": { "facebook": {…
MrOnigiri
  • 83
  • 1
  • 4
8
votes
1 answer

How to Debug Facebook Messenger Extensions?

I'm working on Facebook Messenger Extensions and want to know how to debug frontend (I'm using React). Actually, we don't have access to the console in the webview :( Any advice ? Best Practices ? Thanks !
ang
  • 93
  • 6
8
votes
3 answers

551 error with Facebook Messenger bot - "This person isn't available right now"

I've written a simple bot for Facebook Messenger that takes a user's text, applies a simple transformation and immediately returns the result. While testing it myself, I've never had a problem, but it seems that for some users, Facebook returns the…
8
votes
1 answer

Messenger bot using Rails: setup for multiple pages

I want to create a Messenger Bot used by different users for their Facebook pages. I created a rails app and use the facebook-messenger gem. I successfully created the bot and it works when I do the set up for one page. Now, I follow the…
8
votes
4 answers

How to use quick replies with attachment

In official documentation of quick replies says: Quick Replies work with all message types including text message, image and template attachments. But when i try send it with template_type: button, I got error: { "error": { "message":…
Dmitry
  • 2,057
  • 1
  • 18
  • 34
8
votes
2 answers

Anyone knows Facebook chatbot sending limit?

If a merchant needs to send Facebook messages via mobile numbers (chatbot), what is the rate limit? This is a link on this topic but it does not talk about the actual…
8
votes
3 answers

"Payload" option on Facebook Bots buttons

Facebook Send API mentions a "payload" type you can set for buttons on the Generic Response Template. However, they don't say how it works, other than: For postback buttons, this data will be sent back to you via webhook But how is it sent back? I…
Matheus208
  • 1,289
  • 2
  • 13
  • 26
8
votes
4 answers

Facebook Messenger Platform: how to get user specific information?

I'm trying the recent released Facebook Messenger Platform and so far so good. Everything worked well and I was able to create a echo bot. But I'm wondering how I could identify this user that started chatting in my page. For example, when a user…
Tulio Faria
  • 874
  • 7
  • 16
7
votes
4 answers

Cors error while rendering FB Chat plugin for whitelisted domains

I am trying to add the Messenger Live Customer Chat Plugin dynamically to a site by first whitelisting the domain via the API and then injecting the script tag to the whitelisted domain site. Now, after injecting the script to the whitelisted site…
7
votes
5 answers

Unsupported get request. Object with ID 'XXXXX' does not exist, cannot be loaded due to missing permissions, or does not support this operation

I want to use User Profile API from Facebook to get customer user data (first name, last name, picture). My app is reviewed, my app is connected to fanpage, i have pages_messaging and other permissions active. Webhooks are working correct, i receive…
7
votes
1 answer

Are there alternatives to Facebook's Graph API deprecated User fields "locale" and "timezone"?

I am helping develop a chatbot for Facebook Messenger which uses Facebook's Graph API v2.6. But now Facebook is asking us to submit the app for review. The problem is that our app asks the API for, among other things, the user's locale and timezone.…
7
votes
2 answers

firebase dynamic link preview link not working with facebook messenger

Created firebase dynamic short link will not preview correctly in facebook messenger. It puts up the message and link as expected and shows a preview image with url. The url included in the message is working but not the url if I click on the…
7
votes
1 answer

Facebook messenger bot quick replies occasionally don't appear on Android

I'm building a Facebook messenger bot and am finding that quick reply buttons occasionally don't appear on the Messenger client for Android -- I sometimes have to quickly swipe up and down for them to appear. This doesn't happen on the Messenger…
Gabriel
  • 587
  • 5
  • 17
7
votes
0 answers

Android Firebase Dynamic links not working in Facebook messenger properly

I integrated my application with dynamic links from firebase successfully. But when I share a short link with SocialMetaTagParameters and click on the link in messenger it opens the browser and it should redirected to my application, but it is…
7
votes
1 answer

How to send an image hosted on Amazon S3 through the Facebook Messenger Send API?

The messenger Send API gives me back the response (#546) The type of file you're trying to attach isn't allowed. Please try again with a different format. error code: 546, error_subcode: 154502 However, if I host the same exact image on Google…
maxfowler
  • 1,168
  • 13
  • 23