所以我到处搜索,但除了会被限制或删除的过时 FQL(不太确定)之外,我找不到任何东西。所以我正在构建一个应用程序,我想让它发布在假设所有朋友的墙上,但我不想使用 for 循环,因为这会像疯狗一样吃掉主机的 CPU。我的问题是你能建议一个方法吗?
我目前得到的:
- 长寿代币
- jQuery + PHP 登录
让我们在这里澄清几件事:
read about the Batch Requests concept here: https://developers.facebook.com/docs/reference/api/batch/
this will enable you to make multiple graph API calls at once
but, this is extremely not recommended to make 1000 calls with it, and it probably won't work at all because you will easily reach facebook's call timeout. FQL will be a better method in this case because you can do it in one query (with start and limits)