My favorites | Sign in
Project Logo
          
Search
for
Updated Sep 05, 2008 by jvisinand
APIAtom  

Atom feeds

A few words on Atom

We use Atom as a replacement of RSS because the flexibility of RDF allows us to add a lot more information.

What contains our Atom feeds?

There are two types of feeds:

Agenda feeds

Those feeds contain events for a particular user or his friends, there are both content and meta informations:

You can get it at:

http://feed.mixin.com/users/{userid}/rss/user/

where userid is the user id of the concerned user.

If you'd like to retrieve the agenda feed of a user and his friends, replace the trailing /user/ in previous URLs by /user+friends/.

Journal feeds

Those feeds contain minievents for latest user's actions. You can get it at:

http://feed.mixin.com/users/{userid}/journal/rss/user/

Only the /journal/ part differs from agenda's feeds above. Arguments and URLs remain the same.

Private feeds

You can access private Atom feeds (agenda and journal) with an OAuth Access Token (read-only).


Sign in to add a comment
Hosted by Google Code