fql 无法检索专辑

发布于 2024-11-25 13:18:19 字数 223 浏览 0 评论 0原文

我正在尝试运行一个简单的 FQL 查询:

SELECT aid,name FROM album WHERE owner='user_id'

问题是,对于某些用户来说,它确实返回专辑,而对于某些用户(显然他们拥有专辑,因为我可以通过网站查看),它返回一个空集。也许有人遇到过这种行为,可以指出我在哪里挖掘?或者这只是一个有缺陷的 FQL?任何意见都会受到赞赏。谢谢。

I am trying to run a simple FQL query:

SELECT aid,name FROM album WHERE owner='user_id'

The problem is that for some users it does return albums, and for some (who obviously have them as I can check thru the web-site) it returns an empty set. Maybe anyone has encountered such a behaviour and can point me where to dig? Or maybe this is just a buggy FQL? Any input is appreciated. Thank you.

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

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回首观望 2024-12-02 13:18:19

解决了这个问题 - 我们发现问题出在指定用户的 Facebook 隐私设置中 - 有一个隐私设置可以限制 API 访问用户的特定数据(例如照片) - 就像我们的例子一样。

solved it - we found out that the problem was in the Facebook privacy settings for the specified users - there is a privacy setting which can restrict API access to the specific data of the user like photos - as it was in our case.

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