在FQL'页面'表的documentation底部显示
注意:可以指定其他列上的其他过滤器,但它们可能会降低查询效率。
我想按页面类型进行过滤,但是如果我尝试查询
SELECT name FROM page WHERE type = 'Musician/band'
"error": {
"message": "Your statement is not indexable. The WHERE clause must contain an indexable column. Such columns are marked with * in the tables linked from http://developers.facebook.com/docs/reference/fql ",
"type": "NoIndexFunctionException",
"code": 604
}
无论如何都要按页面类型进行过滤?
更新
我的图表搜索测试版刚刚启动了我的帐户,我现在可以通过我的浏览器和Facebook帐户使用网址进行此操作:
http://www.facebook.com/search/musician/pages/114952118516947/home-residents/pages-liked/intersect
有没有办法用JSON或XML获取这些数据?