简体   繁体   中英

How to determine closeness of relationships in Facebook?

I am developing a facebook app that publishes some random jokes directed at the user's three close friends.

Obviously this does not work well with random people picked up from the friends list.

How do I go about implementing this?

EDIT:

To be more precise, what open graph protocol should I use?

hy I think you should use FQL http://developers.facebook.com/docs/reference/fql/ . There are many tables like comments, message, comments_into, photo tag where user id is involved. I think you can get the number of communications between the users.

帐户之间进行直接沟通的次数应作为总体接近程度。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM