Tagged Questions
5
votes
1answer
114 views
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
On that question, we figured out a way to display news feed ...
2
votes
5answers
2k views
Friend of a friend in PHP/MySQL?
Ok I have searched before asking, all I found was several questions asking what I am but 0 answers so maybe someone who knows will see this or I will make it a more clear question.
I have a social ...
2
votes
9answers
2k views
Using PHP and MySQL, how to structure a “Friendship” in database for a community website?
For community websites like Facebook, myspace, etc.. They have a feature called "Friendship", means you can add friends, send "add friends request", etc..
How to structure it in database? I means, ...
1
vote
3answers
380 views
Best way to show friends of a user in alphabetical order
On a social network I am working on in PHP/MySQL, I have a friends page, it will show all friends a user has, like most networks do. I have a friend table in mysql, it only has a few fields. auto_ID, ...
0
votes
1answer
60 views
PHP Facebook API: How to retrieve how long I've been friends with someone
I'm curious if it's possible to get the "friendship" information via the Facebook PHP API, meaning information about the friendship the logged in user and one of his friends share?
Information that ...