【问题标题】:FQL comment table parent_id column doesn't workFQL 注释表 parent_id 列不起作用
【发布时间】:2013-04-15 12:40:02
【问题描述】:

在 Graph API Explorer 中,这个查询给了我结果

SELECT post_id, fromid, text, time, id, username, likes, user_likes, parent_id FROM comment WHERE post_id = '100940606645739_405463442860119' ORDER BY time DESC

但是,当我尝试从我的应用程序拨打电话时:

https://graph.facebook.com/fql?q=SELECT post_id, fromid, text, time, id, username, likes, user_likes, parent_id FROM comment WHERE post_id = '100940606645739_405463442860119' ORDER BY time DESC&access_token=ACCESS_TOKEN

(最后一个链接也适用于 Graph API Explorer)

它表示 parent_id 不是评论表的成员。

{
   "error": {
      "message": "(#602) parent_id is not a member of the comment table.",
      "type": "OAuthException",
      "code": 602
   }
}

这是 Facebook 错误??

注意:切勿分享您的 Facebook 密码或访问令牌。

【问题讨论】:

    标签: facebook facebook-graph-api comments parent-child parent


    【解决方案1】:

    请参阅以下错误:

    来自主题帖子的评论未显示在 API 中

    https://developers.facebook.com/bugs/555752071131751?browse=search_5175ab4f32aa87763025618

    【讨论】:

      【解决方案2】:

      我最初也遇到了这个问题,但通过简单地为我的应用启用 2013 年 7 月的迁移来解决它。

      希望这会有所帮助。

      【讨论】:

        猜你喜欢
        • 2014-08-14
        • 1970-01-01
        • 1970-01-01
        • 2011-01-29
        • 2013-09-20
        • 2020-10-09
        • 2012-09-19
        • 2015-09-14
        • 2017-08-20
        相关资源
        最近更新 更多