【问题标题】:FB Graph API - get places visited by my friendsFB Graph API - 获取我朋友去过的地方
【发布时间】:2014-02-19 21:33:10
【问题描述】:

我尝试使用 Facebook Graph API(或 FQL)获取我的朋友访问过的所有地点。但我没有成功。

是否有机会获得与 Facebook 网络上的 Graph 搜索相同的结果?我想像这样获取完全相同的内容: https://www.facebook.com/search/me/friends/places-visited

谢谢

【问题讨论】:

    标签: facebook facebook-graph-api


    【解决方案1】:

    您基本上可以使用如下 FQL:

    select author_uid, target_id from checkin where author_uid in (select uid2 from friend where uid1=me())
    

    但您需要单独收集页面信息。

    【讨论】:

      猜你喜欢
      • 2011-03-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-09-04
      • 1970-01-01
      相关资源
      最近更新 更多