[eluser]charlieD[/eluser]
I want to set up Facebook-style newsfeeds, for example if user A is subscribed to user B, and B does something, a message will appear in A's newsfeed.
At the moment I'm thinking the best approach would be to set up a message item whenever a user does something.
Then when user A logs in I can check for messages from all the subscribed users and display them in whatever method - news feed, RSS feed, etc. Basically it would act like a public messaging system.
Has anyone built something like this before or have opinions/suggestions on what the best way to do this would be?