如何获取交友时间?
我正在创建一个应用程序,我需要的数据之一是用户结识某个朋友的时间。例如,执行一个 FQL 查询,其中返回好友的 Uid 以及添加该好友的时间戳(日期、时间)。我最好想为用户的所有朋友执行此操作。
我查看了 FQL 文档,但找不到任何有关时间的信息(除了friend_request,但这仅适用于待处理的好友请求),而且我似乎也无法在 Open Graph API 中找到任何内容。任何为我指明正确方向的帮助将不胜感激。
I am in the process of creating an app, and one of the pieces of data that I need is the time when a user made a certain friend. So for example do an FQL query where I return the Uid of the friend and the timestamp (date, time) of when that friend was added. I preferably want to do this for all friends of a user.
I have looked through the FQL documentation but wasn't able to find anything about time (other than friend_request but that is only for pending friend requests) and I can't seem to find anything in the Open Graph API either. Any help pointing me in the right direction would be really appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我浏览了许多 facebook 论坛、facebook bug reports、facebook 博客和 facebook 开发人员文档。并得出结论。
目前 Facebook 不提供发出好友请求的时间 或加好友的时间(好友请求被接受)。它遵循 Facebook 隐私政策。
I have gone through many facebook forums, facbook bug reporter, facebook blog and facebook developers docs. And came to conclusion.
Currently Facebook doesn't provide either time a friend request made or the time a friend was made(friend request is accepted). It comes under facebook privacy policy.