Us too. App is completely broken.
http://api.msappspace.com/opensocial-api-v1.svc/JSON/opensocial/OWNER/profile?opensocial_surface=profile.right&ts=1216823986101&detailtype=BASIC
code example:
dataRequest = opensocial.newDataRequest();
personRequest = dataRequest.newFetchPersonRequest(opensocial.DataRequest.PersonId.OWNER);
dataRequest.add(personRequest);
dataRequest.send(
function(data) {
alert(data.get(opensocial.DataRequest.PersonId.OWNER).getData().getId());
}
);