FQL 或 Facebook API:仅获取我创建的事件
我有这个查询:
select eid from event where creator = 100000956216009
返回此错误:
错误:604 您的声明不可索引。 WHERE 子句必须包含可索引列。此类列在链接自的表中用 * 标记 http://wiki.developers.facebook.com/index.php/FQL_Tables
我如何获得所有我创建的活动? TIA 我需要打印在我的 Facebook 帐户上创建的活动,并将其打印在我的外部网站上。
i have this query:
select eid from event where creator = 100000956216009
Return this error:
error: 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://wiki.developers.facebook.com/index.php/FQL_Tables
How i can get all My Created events? TIA
I need to print my events created on my fb account and print it on my External Site.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
已解决,我的问题是权限:
https://developers.facebook.com/docs/reference/api/permissions/< /a>
solved, my problem is the permission:
https://developers.facebook.com/docs/reference/api/permissions/
您应该阅读 http://developers.facebook.com/docs/reference/rest /events.get
You should read http://developers.facebook.com/docs/reference/rest/events.get