How to get the time when a friend was created?

I am creating an application, and one of the pieces of data that I need is the time when the user made a specific friend. So, for example, a FQL query, where I return the friend’s Uid and timestamp (date, time) when this friend was added. I prefer to do this for all friends of the user.

I looked through the FQL documentation but could not find anything about the time (except friend_request, but this is only for pending friends requests) and I can not find anything in the Open Graph API. Any help pointing me in the right direction would really be appreciated.

+7
source share
1 answer

I went through many facebook forums, a journal bug reporter, a facebook blog, and facebook developer docs. And I came to the conclusion.

Currently, Facebook does not provide friend request time or friend time (friend request accepted). It is under the facebook privacy policy .

+2
source

All Articles