【问题标题】:FQL Statement must contain indexable column - My query does but it says that it doesn'tFQL 语句必须包含可索引列 - 我的查询包含但它说它不包含
【发布时间】:2014-04-09 15:35:54
【问题描述】:

我正在尝试从 Facebook 获取链接信息,但如果没有出现以下错误,我无法让它工作:

您的语句不可索引。 WHERE 子句必须包含一个 可索引的列。此类列在链接的表中标有 * 来自http://developers.facebook.com/docs/reference/fql

url 是一个可索引列,如stated on this information page

这是我在 Graph Explorer 中使用的查询的链接:

https://developers.facebook.com/tools/explorer?method=GET&path=fql%3Fq%3DSELECT%20click_count%20FROM%20link_stat%20WHERE%20url%3D%22http%3A%2F%2Fgoogle.com%22

link_stat 表也是公开的。

有其他人经历过吗?为什么它说我在使用时没有使用可索引列 - 我一定遗漏了一些东西。

【问题讨论】:

    标签: facebook-graph-api facebook-fql


    【解决方案1】:

    【讨论】:

    • 感谢您的帮助。这真的让我很头疼:)
    猜你喜欢
    • 2014-11-18
    • 2014-01-22
    • 2018-11-14
    • 1970-01-01
    • 2013-12-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多