Questions tagged [mutual-friendship]

Use this tag for questions regarding mutual friendship in a Social Networking Service sense, whether implementing one's own or using a third-party service's API.

18 questions
0
votes
1 answer

neo4j - user suggestion with mutual count

I have created 5 nodes in neo4j as follows. Node 1 {userid:1000, username: A, someOtherProperties...} Node 2 {userid:2000, username: B, someOtherProperties...} Node 3 {userid:3000, username: c, someOtherProperties...} Node 4 {userid:4000, username:…
Manish Sapkal
  • 5,591
  • 8
  • 45
  • 74
0
votes
2 answers

Facebook mutual_friend_count wrong?

I would like to know if anyone else has experienced this problem... Facebook's count of mutual friends is off by 1. One too much. But not for all friends. I've tested this through my app where the fetched mutual_friend_count does not correspond to…
Elechtron
  • 179
  • 3
  • 6
0
votes
4 answers

newbie : getting mutual likes and only if they are mutual with active record?

What would be a good way to get mutual likes ? where 2 users like each other ( as in a friendlist) and get only those users who have a mutual match? user_id | likes_id 1 2 2 1 Only get results where both of…
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
1
2