Facebook graph API rate limit and batch requests

后端 未结 5 1001
野性不改
野性不改 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:02

    Batch calls definitely are counted per item in the batch. One batch call with 50 items is the equivalent of 50 api calls using the graph.

提交回复
热议问题