Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the time a friend was made?

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.

like image 274
Pompey Avatar asked Feb 10 '12 03:02

Pompey


People also ask

How long does it take to make a BFF?

Combining the results of both studies, he estimated it takes between 40 and 60 hours to form a casual friendship, 80-100 hours to transition to being a friend and more than 200 hours together to become good friends. When young people fall for each other, they fall hard, Hall said.

How long on average does it take to make a friend?

A new study published in the 'Journal of Social and Personal Relationships' recently calculated that, on average, it takes about 50 hours of time with someone before you consider them a casual friend, 90 hours before you become real friends, and about 200 hours to become close friends.

How long do real friendships last?

Research shows that most of us replace our friends, intentionally or not, fairly often. Live Science says that "when it comes to your close friends, you lose about half and replace them with new ones after about seven years."


1 Answers

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.

like image 92
Somnath Muluk Avatar answered Oct 24 '22 17:10

Somnath Muluk