Questions tagged [facebook-send-api]
32 questions
7
votes
2 answers
Messenger Platform Limit Error (#613) Calls to this api have exceeded the rate limit
I'm having trouble stress testing my app with the Messenger Platform to send the same message to several users in a small timeframe. I'm getting a Limit Error: (#613) Calls to this api have exceeded the rate limit.
Currently I'm testing this by…

pjpires
- 154
- 1
- 2
- 7
5
votes
0 answers
How to give attachment ID in generic template image URL
Following is the payload for generic template. How to give attachment ID instead of image URL.
https://developers.facebook.com/docs/messenger-platform/send-messages/template/generic#payload SHOWS how to give generic template POST request and…

Matt Jerry
- 501
- 1
- 3
- 12
5
votes
3 answers
Can we change "Send to Messenger" plugin button text?
I want to change button text which is generated by "Send to Messenger" plugin using javascript facebook SDK.

Mukesh Gami
- 1,070
- 1
- 9
- 15
4
votes
0 answers
Cannot send messages using Messenger Send API even after mobile app asked for page_messages permission
In my mobile app facebook login I'm asking for page_messages and page_messaging_subscription permissions.
When I try to send a message to a test user from a Node.js server, I get this error:
"(#100) Parameter error: You cannot send messages to…

Jay
- 195
- 1
- 9
4
votes
1 answer
Why do I see a "Leaving Facebook..." warning when I click on Messenger link?
My FB app sends links to users through the Send API inside a generic template. Most of the time, these links work fine, and Facebook opens the in-app browser and takes you directly to the web page. However, some links bring up the page below. Why is…

alessandro
- 41
- 1
- 2
3
votes
0 answers
Upload multiple attachments using Messenger Send API
I want to use Facebook Messenger API to send multiple images in a single message. I have those files as Temp files on rails app server. I found this Attaching a file, which provides the following way of sending a file as attachment
curl \
-F…

Masroor
- 1,484
- 3
- 14
- 23
3
votes
1 answer
Send Private Messages to Facebook Page Followers PHP SDK
I have been working with Facebook PHP SDK a couple of days ago. And I have read in the Facebook Docs here that it is possible to send a private messages to users if you have their phone number but this does not seem to work.
Here is my Code:
…

Erisan Olasheni
- 2,395
- 17
- 20
3
votes
1 answer
Facebook Messenger bot not posting to webhook
I have been building a Facebook Messenger bot and am having trouble receiving messages from Messenger at the webhook on my server. I've been working with the Send API & Webhooks for several weeks and have had no trouble sending messages back and…

tom-g
- 115
- 2
- 10
3
votes
2 answers
How can I send a file to Facebook Send API using npm's Request without uploading the file?
I'm implementing a bot that uses Facebook's Send API. According to the documentation it is possible to send files using a request. The documentation offers two methods, one sending a URL to the file and the other uploading the file. I don't want to…

Agam Rafaeli-Farhadian
- 5,827
- 3
- 18
- 23
2
votes
1 answer
Facebook Messenger API Messenge Attachments example does not work
I have a problem with reproducing the second example https://developers.facebook.com/docs/messenger-platform/reference/attachment-upload-api#example_request
It is:
curl \
-F 'message={"attachment":{"type":"image",…

Andrew Ishutin
- 99
- 6
2
votes
1 answer
Facebook bot stopped replying except with cards
I have a chatbot that used to work normally but last week, it stopped answering some people who interacts with it while some people continued normally.
Then after two days it went back to answer all of the clients but only with list of cards (no…

M.R.M
- 540
- 1
- 13
- 30
2
votes
0 answers
How to identify a user without message_deliveries webhook events on Facebook Messenger?
According to Messenger Platform rules ...
Send API requests that use user_ref from the checkbox plugin or phone_number from customer matching to identify the message recipient will no longer trigger delivery of message_reads, message_deliveries,…

Узеир Зейналзаде
- 21
- 1
2
votes
4 answers
Facebook messenger platform: generic template with quick replies
I was looking at some pretty popular bots like "The Guardian" and i noticed that whenever you get a generic template reply from it it also displays some quick reply buttons (see the photo attached). How did "The Guardian Bot" achieve this? How he…

Laimonas Sutkus
- 3,247
- 2
- 26
- 47
2
votes
1 answer
Incorrect number of files uploaded. Must upload exactly one file. Messenger Platform API Send
I have a problem with using messenger platform when i'm trying to send image. I've read this before start.
https://developers.facebook.com/docs/messenger-platform/send-api-reference/image-attachment
URL send works perfect but File upload gives me…

Ёжик зеленый
- 29
- 4
2
votes
2 answers
Facebook Messenger Platform Send API unexpected internal error
I'm working on my framework for Facebook Messenger Platform Send API and I've got this error when trying to create an Airline Itinerary Template…

Aurasphere
- 3,841
- 12
- 44
- 71