Conflicting limits about maximum number of calls to Facebook API?

断了今生、忘了曾经 提交于 2020-01-25 11:01:10

问题


On https://developers.facebook.com/policy/#features they say an app has an upper limit of 100M calls per day.

However, the error code: 613 - FQL_EC_RATE_LIMIT_EXCEEDED - Calls to stream have exceeded the rate of 100 calls per 600 seconds

specifies that you can averagely perform up to 1 call per 6 seconds.

Those two limits conflicts.

The FQL is supposed to be part of the API, right? If not, then you can perform up to 100000000 calls per day to the API but only up to 14400 FQL queries.

But if FQL is to be considered part of the Facebook API so, what is the real limit?


回答1:


Just because you can't call the FQL 100M times a day does not mean you can't call other aspects of the API. The FQL does have an effective lower limit then the rest of the API.



来源:https://stackoverflow.com/questions/13036030/conflicting-limits-about-maximum-number-of-calls-to-facebook-api

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