Getting Profile data via AJAX

I just discovered this really nice service:

https://web.ods.openlinksw.com/ods/api/user.getFOAFSSLData

Returns

{
  "iri": "http:\/\/melvincarvalho.com\/#me",
  "certLoginEnable": "1",
  "certRegisterEnable": "1",
  "certFilterCheck": "1",
  "certRegister": "1",
  "type": "http:\/\/xmlns.com\/foaf\/0.1\/Person",
  "personalProfileDocument": "http:\/\/melvincarvalho.com\/",
  "name": "Melvin Carvalho",
  "nick": "melvincarvalho",
  "mbox": "melvincarvalho@gmail.com",
  "depiction": "http:\/\/melvincarvalho.com\/melvincarvalho.png",
  "loginName": "melvincarvalho"
}

Very useful for client apps to get a URI, name, avatar etc.

Received on Friday, 14 December 2012 16:16:30 UTC