Questions tagged [messenger]

Allow sharing content from your app into Facebook Messenger.

Any app can let people send images, videos, GIFs and sound clips through Facebook Messenger. When someone sends something with your app, their friend will see your app's name and logo. Apps that follow our guidelines and policies, and submit for App Review, can optimize their integration with Messenger.

772 questions
78
votes
3 answers

What is the technology behind wechat, whatsapp and other messenger apps?

I am eager to know about the architecture of different real-time messenger apps. Are they using any generic protocol/architecture?
viswas
  • 1,007
  • 1
  • 9
  • 13
34
votes
1 answer

Can you use Facebook "Test Users" to test a Messenger Bot?

I'm currently trying to make a Messenger Bot with the Messenger Platform. I have a Facebook page, app, everything set up, it currently works when I (an admin for the app) message it. So, I made a few test users to test it with more users. But,…
Alex Garcia
  • 341
  • 1
  • 3
  • 5
34
votes
1 answer

Viber messenger API

I'm looking for a library to do requests to Viber messenger server. I need to: send messages to users; check sent messages delivery status; check that a user has Viber account. I know that Viber has no open API for developers, but maybe someone…
Vadim Kurochkin
  • 426
  • 1
  • 4
  • 6
18
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
  • 259
  • 3
  • 8
18
votes
4 answers

Any Way Around Facebook Bots Button Template Limit?

It appears (undocumented) that for a button message type in the Facebook Bots chat system, there is a max of 3 buttons. This seems arbitrary and limiting. Does anyone know if there is a way to have more than 3 buttons? To be clear, I'm referring to…
nickbona
  • 1,374
  • 1
  • 11
  • 23
16
votes
11 answers

Facebook Messenger bot not sending messages in order

I'm playing around with building a simple Facebook Messenger chatbot and I'm having trouble sending messages in sequence. In the example above, it should have printed "Hello!", "1", "2", "3" in order. I'm currently following the Facebook docs found…
Brian
  • 7,955
  • 16
  • 66
  • 107
14
votes
2 answers

Generic template image_url does not load in Messenger - Facebook Messenger Platform

I am using the Facebook Messenger Platform to create a generic template. I am currently using ngrok to test locally, and the image_url I input for the generic template never shows in Messenger. The generic template is sent, and the image is just…
14
votes
4 answers

Facebook Messenger Bot - How to disable bot and allow human to chat

so this is something I've been trying to think through for about 16 hours. I am coding with PHP / CuRl / etc - the bot works and everything is fine. My current issue is figuring out how to disable the bot and allow a human to begin chatting with the…
Michael Self-Made
  • 329
  • 1
  • 4
  • 11
12
votes
2 answers

Open Facebook Messenger from iOS app

Does anyone know how can I open the Facebook messenger application with a pre-filled text? For example, to open the messenger app at a specified user, you can write the following: NSURL *fbURL = [NSURL…
Denisa Toderean
  • 123
  • 1
  • 1
  • 4
11
votes
0 answers

Deep Link from messenger App to my app is not working?

I’m trying to setup an universal link to my app that my users can share on facebook. I can make it work on email, sms, browser, as follows: 1- If the user don’t have the app, it redirects to a custom URL or the AppStore 2- If the user have the app,…
Muhammad Adam
  • 147
  • 1
  • 10
11
votes
7 answers

Facebook messenger checkbox plugin is hidden

I'm trying to implement the new Facebook Checkbox plugin in a form but in a weird way I can't get it showing on the screen. So I don't get errors clientside but Iframe is hidden. Here's an simplified example of the code: