Query optimization and API throttling

半腔热情 提交于 2019-12-03 03:36:57
Jean-Michel Trayaud

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?

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