|
APIAtom
Atom feedsA few words on AtomWe 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 feedsThose 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 feedsThose 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 feedsYou can access private Atom feeds (agenda and journal) with an OAuth Access Token (read-only). |
Sign in to add a comment