fql 中缺少生日
我正在从 FQL 检索生日并得到一些结果。我的问题是,有些生日似乎不是通过 API 提供的,但如果我浏览用户的个人资料,我就可以看到这些生日。这是我正在使用的 FQL 语句:
SELECT uid、姓名、生日日期、个人资料网址、兴趣 FROM user WHERE uid IN (SELECT >uid2 FROMfriend WHERE uid1 = me()) AND substr(birthday_date, 0, 5) = \"09/17\"< /p>
有什么原因吗为什么有些生日不显示?
I am retrieving birthdays from FQL and am getting some results back. My problem is that it seems as though some birthdays aren't coming through the API, but are visible to me if I browse a user's profile. Here is the FQL statement I am using:
SELECT uid, name, birthday_date, profile_url, interests FROM user WHERE uid IN (SELECT >uid2 FROM friend WHERE uid1 = me()) AND substr(birthday_date, 0, 5) = \"09/17\"
Is there any reason why some birthdays wouldn't show up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用户可以在“隐私设置”->“隐私设置”下选择禁止应用程序允许好友应用程序访问其信息。应用程序和网站。
Users can opt out of applications being able to allow friends apps to access their info under Privacy Settings -> Apps and Websites.