tags:

views:

373

answers:

1

how can i make a page just like facebook status updates where user can see their friends activity?

If i have two tables one for users and other for friends the the user can see others activity those are in his friends list. How can i do that?

+1  A: 

If you want to build a status update application, you don't have to build it from scratch if you don't wish to. Start with a functioning open source status update project like:

"StatusNet is the open source micro messaging platform that helps you share and connect in real-time within your own domain."

 
*StatusNet is implemented with PHP/MySQL

and learn from it and/or adapt it.

Resources for a non-trivial social network architecting endeavours:

micahwittman