开发者

Is there anyway I can see when I became friends with someone on Facebook?

开发者 https://www.devze.com 2023-01-21 03:24 出处:网络
I want to create a visualization where I see friends being added as time passes but I don\'开发者_JAVA百科t think the Facebook API tells me since how long I am friends with someone.You can subscribe t

I want to create a visualization where I see friends being added as time passes but I don'开发者_JAVA百科t think the Facebook API tells me since how long I am friends with someone.


You can subscribe to Real-time Updates for friends, so facebook should notify your app when new friend is added (in theory, haven't tried it myself :) ).


You can get your most recent connections using

me?fields=posts.fields(status_type)

You can also manually look at the relationship you have with certain users at https://www.facebook.com/username1?and=username2

0

精彩评论

暂无评论...
验证码 换一张
取 消