Is there any restriction in number of calls we make to facebook's graph api? and If it is there then how many calls can we make per app daily?
|
|
The best answer to this question from another forum "After some testing and discussion with the Facebook platform team, there is no official limit I'm aware of or can find in the documentation. However, I've found 600 calls per 600 seconds, per token & per IP to be about where they stop you. I've also seen some application based rate limiting but don't have any numbers. As a general rule, one call per second should not get rate limited. On the surface this seems very restrictive but remember you can batch certain calls and use the subscription API to get changes." |
|||||||||||||||
|
|
According to Facebook dev policies "I. Features and Functionality" the only limits are:
(Mau means monthly users) It does not say what will they do after exceeding the limits... Today I have ran to this limitation:
Overall every table has different set of limits, in most of the cases fql wont return more than 30 objects per fql. Also it seems to me that you can exceed the limits to one table and at the same time you can access different table, the question is whether the api is blocked (after exceeding the limit) for all the user or only for the user that has exceeded the limits... Anyway, after you exceed the limit you have to wait for about 10 minutes, than it is okay. So technically speaking you can get at most 300*30 objects per 10 minutes in table mailbox_fql. |
|||||||
|