Facebook API limits

泪湿孤枕 提交于 2019-12-01 08:42:36

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.

Dont forget about the fql result set limit of 5000 results.

This is what is available as of right now: 600 requests per 600 secs per access token

And when your application gets more trusted like receiving likes, these limits are raised although this limit is already good enough for almost all the cases.

Other than the limits of API Calls, there is a limit to how many requests and invites you can sent to a user per day.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!