如何获取用户管理的页面列表。 page_admin 上的 FQL 查询不起作用
我尝试使用 facebook 上的 fql 工具和 https://developers 上的示例查询。 facebook.com/docs/reference/fql/page_admin/,
使用此查询如下:
SELECT page_id, type from page_admin WHERE uid=me()
没有返回结果。我的 Facebook 帐户有 2 个页面,上述查询没有结果。
请帮忙。
I have tried using the fql tool on facebook and the sample query on https://developers.facebook.com/docs/reference/fql/page_admin/,
Used this query as follows:
SELECT page_id, type from page_admin WHERE uid=me()
No result is returned. My Facebook account has 2 pages, and there is no result for the above query.
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有 manage_pages 的扩展权限,这就是您得到空白结果的原因。获得许可并获得您想要的结果
You are not having extended permission of manage_pages that's why you are getting blank result. Take the permission and get your desired result