Facebook graph API rate limit and batch requests

后端 未结 5 951
野性不改
野性不改 2021-01-31 09:38

I\'ve seen the 600 calls / 600 seconds rate limit mentioned by some (e.g. on quora).

What I want to know is whether I am allowed to do 600 batch requests in 600 secs (a

5条回答
  •  一整个雨季
    2021-01-31 10:16

    From my experience, they count individual requests regardless the way they were made (in batch or not).

    For example, if I'm trying to do 1 batch/sec containing 10 requests each, I soon get 'TOO MANY CALLS'.

    If I'm doing 1 batch/10 sec, each batch containg 10 requests, I never see TOO MANY CALLS.

    I personally do not see any reason to prefer batches over regular API calls.

提交回复
热议问题