Facebook FQL 查询“is_minor”字段 - 需要特殊权限吗?
我正在使用 FQL 查询访问 Facebook User 表,并尝试访问 is_minor
列。
我知道我正在正确提交 FQL 查询,因为我在查询中请求的所有其他信息(包括生日)都已正确返回。但是,is_minor
的响应始终为空。我已经对几位我确信是未成年人(18 岁以下)的用户进行了测试,但我的 FQL 响应中该字段仍然为空白。
是否需要特殊权限才能访问 FQL 表中的此列?有人知道为什么我在 FQL 响应中看不到该字段的任何数据吗?
(我想访问此字段是因为我想阻止我的应用处理未成年人用户或用户朋友的某些操作。在许多情况下,用户或朋友可能没有通过 API 提供他们的生日,因此我我自己可能无法计算出他们的年龄。我只是想知道他们是否年满 18 岁。)
I'm using a FQL query to access the Facebook User table and I'm trying to access the is_minor
column.
I know I'm submitting the FQL query properly, because all the other information I'm requesting in the query, including Birthday, is being properly returned. However, the response for is_minor
is always blank. I've tested this with several users who I know for certain are minors (under 18 years old), but the field is still blank in my FQL response.
Is there a special permission that is needed in order to access this column in the FQL table?? Any one know why I'm not seeing any data for this field in the FQL response?
(I want to access this field because I want to prevent my app from processing certain actions with Users, or Friends of Users, who are minors. In many cases the User or Friend may not have made their Birthday available through the API, so I may not be able to calculate their age myself. I just want to know if they're 18 or older.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论