OpenSocial Doc Review Part 1 : Data APIs are all AtomPub based.
Starting to read through the OpenSocial API documentation the most striking feature is that ALL of the underlying data APIs are Atom and AtomPub based.
- The People Data API exposes people (viewer, owner, friends) via Atom feed documents and Atom entry documents. However, there is no AtomPub support for this feed so people cannot be created/updated/deleted via API. I suspect this will cause some debate as it means some fairly critical data remains locked into the underlying OpenSocial containers
- The Activities Data API exposes activities (news feeds etc) as a Atom feeds. The Activities data feed can be fully manipulated (CRUD) via Atom/AtomPub requests.
- The Persistence Data API exposes name/value pair data (e.g. configuration params) as a Atom feeds. The persistence data feed can be fully manipulated (CRUD) via Atom/AtomPub requests.
I’m off for a curry but more later today. Here’s a teaser though - authentication is a concern….



on 02 Nov 2007 at 6:49 pm # Aehso’s Output » OpenSocial Doc Review Part 2 : Authentication, Hosting and Applications
[...] hinted that authentication was a concern at the end of my previous post on the [...]
on 04 Nov 2007 at 3:58 pm # Aehso’s Output » OpenSocial : Critiques
[...] recent posts on OpenSocial that I’ve come across that all touch on points I raised in my last two posts that are worth [...]