social-network-friendship
In a social network environment, what would be the easiest way to check for friendships globally?
For reference, here is a question on SO that I asked recently that is relevant to this question:How to model Friendship relationships[详细]
2023-04-11 08:40 分类:问答Get friendship start date
I\'ve been looking for a way to know the date two users became friends. I\'ve found this question but it only explains how to simulate the friendship page with multiple FQL queries.[详细]
2023-04-04 06:55 分类:问答facebook graph api..get friends of friends
I am using the FB graph api to get a list of my friends\' friends using: https://graph.facebook.com/<id>/friends?access_token=<token>[详细]
2023-02-25 21:41 分类:问答Advanced friendship model and queries in Rails 3
I have friendship model, and for every new friendship, I create two new records: User1 and Friend1 Friend1 and User1[详细]
2023-02-14 15:25 分类:问答user has many :users, or must I use another way for a friend based social network?
I\'m creating a little social network in Rails, where people can add eachother as a friend. I have created a model called \'user\', which contains, e-mail, strong md5 hash with salt of password etc.[详细]
2022-12-20 11:14 分类:问答