facebook-messenger Questions

1

I'm trying to get user location inside a Facebook Messenger Chat-Extension. I open the webview and ask as usual : var options = { enableHighAccuracy: true, timeout: 5000, maximumAge: 0 }; fun...
Kishke asked 4/5, 2017 at 12:13

1

I've seen in a few answers that the Graph API accepts <center></center> instead of <br> and some other parts of their API seem to accept \r\n. Is there currently any way of send...
Listerism asked 19/5, 2016 at 18:46

3

I have a messenger bot that provides users with links to a webpage. Is there a way to detect when the user closed the webview and therefore returned to bot conversation? This question only applie...

1

I am trying to setup my first Facebook bot by following this sample project in Glitch, connected to this quick start help page. I have logged in with a real user, then created an app and added a ...

4

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: b...
Seidel asked 8/7, 2016 at 13:15

1

Solved

I have a webview that opens from a messenger bot. From the webview I want to send image data to the conversation (no URL - data coming from the canvas). I tried to use Messenger SDK beginShareFlo...

6

Solved

Old days many admins use sms-gates for sending important informations from their systems e.g. "Power down, UPS is working now!", "Power Up, UPS is off!" or "CPU Temp too high!". Today in Facebook e...
Uprush asked 15/5, 2015 at 7:57

10

"Get Started" tried sending request to this url https://graph.facebook.com/v2.6/PAGE_ID/thread_settings?access_token=PAGE_ACCESS_TOKEN But didn't work.
Impudicity asked 27/6, 2016 at 7:32

3

Solved

I have facebook messenger application (it is bot using MS Bot Framework, although I don't think it is relevant). It has webhook subscribed to page events. It used to work fine until few days ago, w...

5

I am learning to work with Facebook Messenger API. I have successfully setup a webhook, I have subscribe to the application. But when I send message to my Page I receive multiple instances of the s...
Blunger asked 19/4, 2016 at 9:26

1

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...

9

Solved

In Facebook Messenger chat,we can break a line by press "SHIFT+ENTER". So how to break line by Facebook Graph API(Messenger API). I've seen in a few answers that the Graph API accepts <center&gt...
Lifeguard asked 29/6, 2016 at 13:6

6

Solved

I am trying to set up a web hook for the new Facebook Messenger bot platform on my PHP webserver and am receiving this error: The URL couldn't be validated. Response does not match challenge, e...
Innerdirected asked 13/4, 2016 at 10:9

1

Solved

Facebook Messenger Lite users cannot see galleries nor many of the other richer aspects of FB Messenger. How should I identify users messaging via Facebook Messenger Lite (vs. FBM Full) so I can s...
Stenger asked 15/6, 2018 at 18:16

3

Solved

In Facebook's documentation they refer to wit.ai Bot Engine, but I can't find anywhere online where its explained how to connect the Story that you build in Wit with your Facebook Messenger App?
Chamois asked 13/5, 2016 at 23:31

4

I've created a messenger bot, and some action that I perform can take some time. So in order to make the user wait I would like to display the "Indicator Bubble" (the one you see when the...
Germanophile asked 27/4, 2016 at 11:3

3

I'm trying to make facebook messenger checkbox work, I've added the following code to my html window.fbAsyncInit = function() { FB.init({ appId: "{{ fb_app_id }}", xfbml: true, version...

5

I'm sending Facebook a structured message with a URL to an image file (the file is in Amazon S3). The message is structured according to https://developers.facebook.com/docs/messenger-platform/send...
Ultramontanism asked 28/7, 2016 at 14:55

2

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 messag...

1

Solved

I am trying to scrape my messenger.com (facebook messenger) chats using python and i have used google chromes developer tools to see the POST request for the chat history and i have copied the enti...
Magnanimity asked 6/4, 2018 at 23:23

2

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 limit: https://developers.face...

3

Solved

I have successfully implemented a facebook bot. It's working fine. I was trying to change the webhook url now as I have to port it to a different server with a new domain. There is an option to ch...
Richma asked 18/4, 2016 at 3:55

2

Solved

I am trying to implement a Facebook messenger bot. I have trouble with the bot replying with a response that contains large amount of words. Is there a limit to the number of words that can be used...
Curagh asked 10/6, 2016 at 16:8

1

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...
Soulier asked 8/2, 2018 at 20:8

3

Solved

In Facebook Messenger there is an icon allowing the user to send their geo coordinates. Is this available on the Facebook Messenger platform yet i.e. if a user sends me their location does my C...
Raceway asked 17/5, 2016 at 13:20

© 2022 - 2024 — McMap. All rights reserved.