page_admin 表的 fql.query 不返回任何结果

发布于 12-18 19:21 字数 463 浏览 1 评论 0原文

我是 Facebook 开发新手。我使用以下查询返回我作为页面管理员创建的页面的 page_id。当我在测试控制台中执行该查询时,该查询不会返回任何内容。 http://developers.facebook.com/docs/reference/rest/fql。查询/

请告诉我 1. Facebook是否仍然使用下表来存储信息 2.查询是否正确。 请参阅下面的查询。 select page_id,name,has_added_app from page where page_id in (select page_id from page_admin where uid=me())

这是由于任何权限造成的吗?我需要做什么才能返回我创建的页面的 page_id 信息?非常感谢您的帮助。

I am new to Facebook development. I was using following query to return the page_id of the pages that I created as page admin. This query returns nothing when I execute it in Test Console.
http://developers.facebook.com/docs/reference/rest/fql.query/

Please let me know
1. whether Facebook still uses the below tables to store the information
2. Whether the query is correct.
See below the query.
select page_id,name,has_added_app from page where page_id in (select page_id from page_admin where uid=me())

Is this is due to any permissions? What do I have to do to return page_id info of the pages I created? Thanks a lot for any help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文