Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone knows Facebook chatbot sending limit?

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.facebook.com/docs/messenger-platform/send-api-reference#errors

This is graph api rate limit: https://developers.facebook.com/docs/graph-api/advanced/rate-limiting

Thanks!

like image 384
Ethan Long Avatar asked May 25 '16 08:05

Ethan Long


1 Answers

There are two major types of rate limits that can be encountered by your app, application-level rate limiting and page-level rate limiting.

At Application level limit is: 200 calls/person/hour which will give you error code:4

At Page level limit is: 4800 calls/person/24-hours which will give you error code:32

Great description Available Here in this reference.

like image 124
srk_pathan Avatar answered Sep 28 '22 00:09

srk_pathan