Query optimization and API throttling

前端 未结 1 1459
长发绾君心
长发绾君心 2021-02-06 10:48

We are tracking Facebook Page and Post metrics for a number of clients, and we have some questions regarding high CPU intensity and too many calls for Post/comments - according

1条回答
  •  鱼传尺愫
    2021-02-06 11:27

    Some answers to your questions :

    • Facebook limit to graph API request is 600 request per 600 secondes... BUT batch requests are counted as ONE REQUEST per request in the batch... I think that FQL limits are the same...
    • This limit is for one IP and one access token, if you have many token and / or IP you can adjust this limit
    • I have no example actualy, but when you broke the speed limit the error message is something like 'too many request', not an error 500... no idea about whas can cause this in your case

    Some questions I don't understand : - When you speak about "CPU intensity", do you mean on your side or FB side? On FB side I never see such a limit, the only one is 600 req / 600 sec...

    For more informations : Facebook graph API rate limit and batch requests What's the Facebook's Graph API call limit?

    0 讨论(0)
提交回复
热议问题