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
10
votes
0 answers

Facebook Messenger Bot cannot send message to a given ID not working

I want to send message to a user any time using facebook messenger API. I'm using developer version of messaging app and has not submitted for review yet. We are two friends both as developer in the app. I want when my friend sends message to my…
Pradeep Sapkota
  • 2,041
  • 1
  • 16
  • 30
10
votes
3 answers

Facebook messenger detect closing webview (mobile)

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 applies to Messenger app on mobiles phones, desktop is…
Elwhis
  • 1,241
  • 2
  • 23
  • 45
10
votes
2 answers

creating a link that will open facebook messenger and send a message

i'm creating a registration code for users to a facebook messenger bot i am writing. instead of asking them to open a chat with my bot, and type in the registration code, i would like to provide them a link that will open their facebook messenger on…
10
votes
4 answers

"Get Started" button does not appear in welcome screen for FB Messenger bot

I followed the solution in this thread and it is still not working how to setup "Get started" button in facebook messenger bot and when to send welcome message I tried both graph.facebook.com/v2.6/me/thread_settings?access_token=xxxxx and…
10
votes
10 answers

how to setup "Get started" button in facebook messenger bot and when to send welcome message

"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.
kanth
  • 141
  • 1
  • 1
  • 7
10
votes
2 answers

Message size limit for Facebook messenger bot

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 in a response? P.S : It works fine otherwise
Sagar
  • 405
  • 1
  • 4
  • 16
9
votes
1 answer

Use Messenger SDK to send file data

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 beginShareFlow with file data attachment: function…
Hodaya Shalom
  • 4,327
  • 12
  • 57
  • 111
9
votes
1 answer

Python requests response encoded in utf-8 but cannot be decoded

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 entire header and body into a format that requests can…
Taako
  • 587
  • 2
  • 6
  • 21
9
votes
3 answers

Facebook messenger app webhook subscription - Insufficient Permission

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, when the webhook was unsubscribed from page and when…
9
votes
3 answers

Messenger Extensions Javascript SDK Error 2071011

I'm trying to create a Messenger Web View (https://developers.facebook.com/docs/messenger-platform/messenger-extension) by using the Messenger Extensions Javascript SDK. The page opened by the Web View has the following JS code…
9
votes
1 answer

Microsoft Bot Framework Custom Facebook Messages

I've started to work on my chatbot using Bot Builder SDK in C# and Microsoft Bot Framework. I've deployed my bot and can interact with it. Currently I'm focusing on facebook messenger. I already can show cards and buttons on messenger using…
9
votes
2 answers

Facebook Messenger API : An active access token must be used to query information about the current user

I'm following the development guide here: https://developers.facebook.com/docs/messenger-platform/quickstart I've setup my server and the webhooks. When I try to make a POST request to the facebook graph api, I get the following…
kaid
  • 1,249
  • 2
  • 16
  • 32
9
votes
6 answers

How to send facebook message from linux console (command-line)

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 era we use messenger instead of SMS, so I wonder if I…
Tomasz Brzezina
  • 1,452
  • 5
  • 21
  • 44
8
votes
1 answer

How to remove script code from (Messenger) preview?

I use plyr player on my page. Basically the only code that is on the page is this:
Radek
  • 13,813
  • 52
  • 161
  • 255
8
votes
3 answers

Decode or unescape \u00f0\u009f\u0091\u008d to

We all know UTF-8 is hard. I exported my messages from Facebook and the resulting JSON file escaped all non-ascii characters to unicode code points. I am looking for an easy way to unescape these unicode code points to regular old UTF-8. I also…
Dennis G
  • 21,405
  • 19
  • 96
  • 133
1 2
3
85 86