fql 无法检索专辑
我正在尝试运行一个简单的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了这个问题 - 我们发现问题出在指定用户的 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.