Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook API limits

I'm using the Facebook Graph and FQL API from an application (OAuth authenticated). I've been unable to find anything about rate limiting/throttling in the documentation. Normally, I'd expect some kind of limit in class/user...

Looking in at the Facebook app page Insigths -> Diagnostics:

PI Throttling
None during specified period.
API Throttling Warnings
None during specified period.
Feature Limits
Feature limit per user, per day
Requests 1.0    20

Which indicates some kind of throttling may be used. Anyone got more info on this?

like image 232
toucan Avatar asked May 16 '26 23:05

toucan


1 Answers

I don't really know any hard limits either, but for graph data requests, I have heard the number 600 queries every 600 seconds tossed around. However, this seems to be changing almost arbitrarily.

This seems to be the best info I could find on it. From personal experience, I have systems that make an average of 14-15 graph calls/min, and have been able to run them for days on end without error.

like image 161
Corey Larson Avatar answered May 19 '26 12:05

Corey Larson