fql 中缺少生日

发布于 2024-12-04 20:15:58 字数 311 浏览 0 评论 0原文

我正在从 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 技术交流群。

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

发布评论

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

评论(1

草莓味的萝莉 2024-12-11 20:15:58

用户可以在“隐私设置”->“隐私设置”下选择禁止应用程序允许好友应用程序访问其信息。应用程序和网站。

在此处输入图像描述

Users can opt out of applications being able to allow friends apps to access their info under Privacy Settings -> Apps and Websites.

enter image description here

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