简体   繁体   English

Facebook Graph API:用户拥有的所有照片

[英]Facebook Graph API: All photos owned by user

I want to form a graph request to get all photos owned by a user (posted by that user). 我想形成一个图表请求,以获取用户拥有的所有照片(由该用户发布)。 Right now I can get all albums via /uid/albums and then query each album via /aid/photos , but thats a lot of requests. 现在,我可以通过/uid/albums获取所有专辑,然后通过/aid/photos查询每个专辑,但这就是很多要求。

I used to be able to do this in fql but now fql is screwy. 我以前能够在fql中执行此操作,但现在fql很麻烦。 Is there any way to do this or am I gonna have to iterate? 有什么办法可以做到吗,还是我要迭代?

If you are using Graph calls you are going to have to iterate. 如果使用Graph调用,则必须进行迭代。 FQL would be the easier (if not faster) option. FQL将是更简单(如果不是更快)的选项。 If there is something fishy with the calls, file a bug. 如果通话中有杂物,请提交错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM