作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前正在制作一个应用程序,可以阅读我墙上的一些帖子。问题是我不断收到此错误
Fatal error: Uncaught Exception: 604: 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 thrown in \application\libraries\base_facebook.php on line 1238
我一开始就已经拥有这些权限,我什至在我的应用程序设置中添加了一些其他权限。 read_stream offline_access read_insights
AppId、secret、access_token都设置好了。
更新:现在,当我将查询更改为此时,API 会返回不同的错误
$fql = "SELECT post_id, actor_id, target_id, message FROM stream WHERE source_id = me() AND created_time > 1346277600 LIMIT 50";
更新:我现在得到这个错误
Fatal error: Uncaught Exception: 102: Requires user session thrown in \application\libraries\base_facebook.php on line 1238
最佳答案
参见:
http://developers.facebook.com/docs/reference/fql/stream/
只有少数几个字段是可索引的,因此应该在 FQL 的 where
子句中使用其中一个字段。你的查询对我来说似乎没问题。
关于php - Facebook API 返回未捕获异常 : 604: Your statement is not indexable,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12241765/
我是一名优秀的程序员,十分优秀!