是否可以使用Facebook返回在一个国家内拍摄的所有照片?
Facebook已经做了类似的事情:
facebook.com/search/ID-OF-STATE/photos-in/no-reshares/me/friends/photos-2/intersect
E.G
https://www.facebook.com/search/112841558741846/photos-in/no-reshares/me/friends/photos-2/intersect
发布于 2013-10-05 15:52:12
对于您的应用程序的用户或他们的朋友(取决于您要求的权限),您可以使用FQL。
试着跟随
select post_id from locaiton_post where author_uid=(select uid from <>) and type="photo"发布于 2013-10-10 10:17:33
我试过做同样的事情,但我认为目前不可能。
location_post深思熟虑的猴子参考资料不起作用,因为它仅限于以下文章:
根据:post
我到处寻找,却找不到出路。它看起来像脸书的“照片-in”查询目前是限制facebook使用的。
https://stackoverflow.com/questions/19194395
复制相似问题