6 messages in com.googlegroups.social-graph-apiRe: [SGapi] msplinks.com
FromSent OnAttachments
Martin Atkins07 Jul 2008 11:05 
Brad Fitzpatrick07 Jul 2008 11:10 
Martin Atkins07 Jul 2008 13:30 
Dale Newfield07 Jul 2008 15:33 
Martin Atkins07 Jul 2008 23:36 
Brad Fitzpatrick07 Jul 2008 23:48 
Subject:Re: [SGapi] msplinks.com
From:Brad Fitzpatrick (brad@google.com)
Date:07/07/2008 11:48:25 PM
List:com.googlegroups.social-graph-api

On Mon, Jul 7, 2008 at 11:36 PM, Martin Atkins <ma@degeneration.co.uk> wrote:

Dale Newfield wrote:

Martin Atkins wrote:

when I do this:

<a href="http://martin.atkins.me.uk/" rel="me">

it actually becomes something like:

<a href="http://www.msplinks.com/MDFodHRwOi8vbWFydGluLmF0a2lucy5tZS51ay8=" rel="me">

This long string is simply a base64 encoding of the link in question.

MDFodHRwOi8vbWFydGluLmF0a2lucy5tZS51ay8= is base64 for 01http://martin.atkins.me.uk/

Aha! I should've tried that. Thanks.

Should be easy for the SGAPI parser to process these, then, right Brad?

Yeah, guess so. Kinda ugly, but so is most the data on the web. :-)

- Brad