Google's Social Graph API

Google have made a step in the right direction by providing a new Social Graph API. Time to update my sites to support XFN and FOAF. See also: URLs are People, Too...

Posted in google opensocial programming at 2008-02-02T00:48:52Z.

Pinging Technorati and Google with Django

This simple Django snippet demonstrates how to ping Technorati and Google when a blog post has been added or updated. import xmlrpclib from django.core import urlresolvers from django.db.models import signals from django.dispatch import dispatcher from django.contrib.sites.models import Site def send_pings(sender, instance): base_url = 'http://%s' % Site.objects.get_current().domain bl...

Posted in django technorati google blog at 2008-03-06T02:37:16Z.

Google Calendar Sync

Google Calendar Sync looks interesting, it only allows synchronisation with Microsoft Outlook Calendar at the moment though....

Posted in google calendar outlook at 2008-03-06T03:49:50Z.

Google Data Contact API

Google finally comes up with a better way to expose contacts data. No more having to give out my gmail password!...

Posted in google data contacts at 2008-03-06T03:51:45Z.