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

1266 questions
51
votes
3 answers

How do I change facebook messenger bot webhook?

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 change the events but I could not find and option to…
delsanic
  • 777
  • 1
  • 5
  • 11
41
votes
10 answers

Refused to display..... frame-ancestors https://www.facebook.com

I have included Facebook customer chat plugin on my website. It works fine for the first day. From the second day, it's not working. I have seen an error message in Google Chrome console: Refused to display …
38
votes
7 answers

Facebook Messenger webhook setup, but not triggered

So I'm trying to setup a bot for the new Facebook Messenger API. I'm following the quickstart. I setup the webhook ok, and see it in my webhooks, I called this: https://graph.facebook.com/v2.6/me/subscribed_apps?access_token=%3Ctoken%3E and it did…
James
  • 19,367
  • 9
  • 72
  • 129
35
votes
4 answers

Facebook Messenger Bot verification

I submitted my facebook messenger bot for app review and the rejection reason was "received no response". I've tested my bot from my own account and some other testers that I added to my facebook app for testing. However, when I try to test using…
33
votes
5 answers

Identifying Facebook Messenger user with UserID from a Facebook Login

I am trying out the new Facebook Messenger Platform and have hit a bit of a problem. When a user first chats with my Bot, I want to use the sender.id to lookup the user in my DB and verify whether they're a customer or not and offer a more tailored…
25
votes
5 answers

Custom URI Schemes for the Facebook Messenger

Given the recent "encouragement" by Facebook to migrate to a separate messenger app, and as a followup to the {very informative!} answer to the question on URL/URI schemes supported by the Facebook app, I've been wondering whether information…
Dev-iL
  • 22,722
  • 7
  • 53
  • 89
22
votes
1 answer

Sending image + url in UIActivityViewController in Facebook Messenger

using a simple UIActivityViewController -(void)share{ NSString *textToShare = _mytext; NSURL *url = [NSURL URLWithString:@"http://www.google.com"]; UIImage *imageToShare = _myimage; NSArray *activityItems = @[textToShare, url, …
Nick Ginanto
  • 26,414
  • 39
  • 123
  • 214
22
votes
4 answers

Share a text with facebook messenger?

Is there a way to share a text in facebook messenger using android and maybe facebook sdk as well? I want to make something like the whatsapp way, choose your text and open an intent to choose the guy you want to send to... Is there a way to do this…
Boldijar Paul
  • 4,925
  • 7
  • 39
  • 83
20
votes
4 answers

Firebase signInWithPopup gives auth/popup-blocked when used via built-in browser in mobile device

Problem: When used via 3rd-party app built-in browser (e.g. LINE, Twitter or Facebook messenger), the signInWithPopup returns auth/popup-blocked. The explanation by Firebase docs is: auth/popup-blocked: Thrown if the popup was blocked by the…
Hannu Hytönen
  • 213
  • 1
  • 2
  • 6
20
votes
3 answers

Facebook Messenger Chatbot how do I collect the users geo location that they send?

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 Chatbot have access to it? If so how is it done because…
Lee Woodman
  • 1,279
  • 2
  • 16
  • 29
19
votes
9 answers

Facebook Messenger API:how to break line in a message

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
instead of
and some other parts of their…
voxter
  • 791
  • 2
  • 10
  • 28
19
votes
6 answers

Facebook Messenger Platform. Setting up webhook with SSL

Finally Facebook launched API for their messenger API for their messenger. This will allow us to create chat bots. In getting started guide, I need to setup webhook. This requires webserver which resides in specific domain and must use SSL…
Mr.D
  • 5,765
  • 8
  • 41
  • 95
18
votes
1 answer

Can't use test user to access Facebook page with Messenger Bot app

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 messenger product as per the instructions. I have set…
17
votes
4 answers

Weird error with Facebook Messenger Platform/bot Welcome Confugration

I'm getting a weird error while configuring welcome message for my Messenger bot. I've been using the same code (as shown below) and it has just been working fine until last night. I tried it with both cURL and Postman. Neither of them works. curl…
lei he
  • 249
  • 3
  • 7
17
votes
4 answers

Facebook messenger API bot : "Typing bubble" " indicator bubble"

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 people you talk with are typing): Typing bubble It is not…
Henri Chabrand
  • 171
  • 1
  • 1
  • 4
1
2 3
84 85