我尝试使用Facebook Graph API(或FQL)获取朋友访问过的所有地方。但我没有成功。
有没有机会在Facebook网站上获得与图搜索相同的结果?我想像这样获取完全相同: https://www.facebook.com/search/me/friends/places-visited
谢谢
答案 0 :(得分:0)
您基本上可以使用如下的FQL:
select author_uid, target_id from checkin where author_uid in (select uid2 from friend where uid1=me())
但您需要单独收集页面信息。