Slug: googles-new-status-updates- Date: 2010-02-11 Title: “Google’s New <link>: Status Updates” layout: post
WARNING: Massively Nerdy Content Alert
More exciting for me than yesterday’s announcement of Google Buzz was today’s announcement by Brad Fitzpatrick (mailing list post and tweet) that Google has just turned on webfinger support for all Google Profile / Gmail names.
So, I downloaded my webfinger doc (pasted here) and took a look. Most of it is as expected, but, with the launch of Google Buzz, Google has added a new <link>
rel to the mix: ‘updates-from’. It looks like this:
<Link rel='http://schemas.google.com/g/2010#updates-from'
href='http://buzz.googleapis.com/feeds/115863474911002159675/public/posted'
type='application/atom+xml'
/>
It’s a link to an Atom feed of updates - really, a status feed, in the general micro-blogging sense of the term. It’s almost exactly what I was evangelizing in my Status Autodiscovery post a couple months ago, and it’s awesome to see someone doing something about it. (I’m not claiming any influence AT ALL over Google’s decision here, just noting the similar solution to the problem of status discovery). Note that Google linked to the updates feed itself, which I think is a better idea than my more general approach of linking to the updates pages on Twitter or identi.ca. In addition, the Buzz update feed is an Activity Streams feed, though it’s also valid Atom (as the mime-type suggests).
Obviously, the next logical step (hopefully) is for Google to give us a way to set the value of that connection to Twitter, or Identi.ca, or some other source of updates. With that, we can really see the “decentralized, standardized, open, Free, free… protocols” vision that Brad describes come to life.
Edit on Github