Search Content


Content Categories



Google SocialGraph API

The Social Graph API makes information about the public connections between people on the Web easily available and useful for developers. Developers can query this public information to offer their users dramatically streamlined “add friends” functionality and other useful features.

Now here is what I understand of it -

We all know that Google crawls the web and figures out which pages link to each other. Google is also crawling the web to find out how sites are related to each other. This is done using -

a) “XFN”: You can change the links on your page (the <a href=”"> tags) to include a parameter called “rel”. “rel” basically indicates how is the linked site related to the current site - is it a friend’s site, or is it a colleague’s site, or is it another of my sites, etc.

b) “FOAF”: Include a series of tags at the top of your site page(s) to indicate who your friends are.

Google is basically going through the “rel” parameters and the FOAF xml tags and storing how one site is related to another. And they have now made this information available to everyone via their new API.

Take a look at the 3 minutes video here, particularly the scenario at the end.


Related Computing Cloud Articles

Sketching is the new black : inspirations from the


The smell of Fall is in the air. Every September, I get that “back to school” urge to stock up on art and school supplies. This fall, armed with our trusty pencils, sharpies and paper, we’re knee-deep in exploring how lo-fi pen-and-pencil techniques...

Read more about Sketching is the new black : inspirations from the analog world...

Comparing observed behavior to project management


Coming back from a vacation is never easy. I have been trying to finish this post for the last week and time was just in short supply. Anyhow, I have finally caught up and gotten back to normal. In the last post I decided to embark on an experiment...

Read more about Comparing observed behavior to project management actuals...