social-network-friendship Questions
1
Solved
I want to identify networks where all people in the same network directly or indirectly connected through friendship nominations while no students from different networks are connected.
I am using ...
Caudex asked 16/6, 2021 at 21:1
3
Solved
What is the best way to model friendships between users for a social networking site?
The possible states are:
no Friendship
FriendRequest from A to B, B needs to confirm (this is asymmetric)
A ...
Hetero asked 25/12, 2011 at 19:28
3
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>
Now the weird thing is that this works for some o...
Zebu asked 17/4, 2011 at 4:7
3
Solved
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.
...
Pushy asked 15/2, 2010 at 20:21
1
© 2022 - 2024 — McMap. All rights reserved.