messenger Questions
6
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 permiss...
Deafanddumb asked 9/12, 2020 at 7:45
2
...But this is what it needs to be reviewed for.
My Messenger app approval keeps being rejected with this:
pages_messaging
This item was not approved. Click Edit Details for information.
Fac...
Unclench asked 27/4, 2018 at 10:48
6
I'm trying to set a welcome message for a Facebook Messenger bot using the code provided in the documentation - with my own page ID and page access token
curl -X POST -H "Content-Type: application...
Enneastyle asked 22/4, 2016 at 21:51
2
How I can disable log of type INFO sent by SendMessageMiddleware of Symfony Messenger component?
symfony/messenger/Middleware/SendMessageMiddleware.php:
$this->logger->info('Received messag...
11
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 ...
Zoogloea asked 11/5, 2016 at 2:57
1
I don't know how to configure Kafka for Symfony messenger. Everything works for rabbitmq (I created messenger and messenger handler):
.env:
MESSENGER_TRANSPORT_DSN=amqp://user:password@myhost:567...
Coleorhiza asked 10/10, 2019 at 7:33
2
Solved
8
the bash command I used to connect the bot is: curl -ik -X POST 'https://graph.facebook.com/v2.6/me/messages?access_token=#AccessToken'
My error message is:
{"error":{"message":"(#100) The para...
Selection asked 5/6, 2016 at 20:36
7
Solved
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 simplif...
Hornbook asked 14/12, 2016 at 23:0
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
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
2
I have a service that communicates through AIDL with other services. I want that service to be bound by activities in my application. Can the service define two binders\interfaces? I've tried yo us...
Gora asked 23/12, 2012 at 16:13
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...
Juliajulian asked 30/5, 2017 at 8:41
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
0
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 cus...
Beeck asked 29/8, 2018 at 15:13
1
I have a database of 4500 phone numbers. I would like to check if these numbers are registered in one of the messengers. Is there a ready-made solution for doing that?
2
Solved
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...
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...
Arango asked 25/5, 2016 at 8:39
4
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...
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
5
How can I receive an attachment in form of an image through the Facebook Messenger API?
Their documentation only provides instructions on how to receive text-based messages.
4
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 ...
Mitzvah asked 24/6, 2016 at 6:52
1
Solved
I'm using the Facebook Messenger API to create a very basic chatbot. I want to be able to send a series of messages in individual bubbles. However, when I call the API multiple times in the same fu...
Debunk asked 7/8, 2017 at 18:2
1
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 f...
Floccule asked 27/7, 2016 at 5:30
1 Next >
© 2022 - 2025 — McMap. All rights reserved.