Top "Activity-streams" questions

Activity Streams is an open format specification for activity stream protocols, which are used to syndicate activities taken in social web applications and services.

Django-way for building a "News Feed" / "Status update" / "Activity Stream"

I'd like to create a reusable Django app that handles status updates of the Users. Much like facebook's "news feed". …

django django-models status feed activity-streams