Possible to get when a facebook friend request was

2020-07-23 04:04发布

The friend_request stream contains 2 fields - uid_from and uid_to. There's no date info on when the request was made.

Is ther any other table that contains that information?

Thanks!

3条回答
劫难
2楼-- · 2020-07-23 04:44

You can track that yourself, on a going forward basis, but subscribing to friend events. The subscribe API falls under the "real-time" updates. Not sure what you are trying to do. http://developers.facebook.com/docs/api/realtime

查看更多
Ridiculous、
3楼-- · 2020-07-23 04:50

If you look at http://facebook.com/me?and=you for new friends it shows their date added. This is public data and has to be stored openly somewhere!!

查看更多
叼着烟拽天下
4楼-- · 2020-07-23 04:57

Got word back on the Facebook forums - it's not possible

查看更多
登录 后发表回答