6 messages in com.googlegroups.opensocial-containerRe: General questions for container i...
FromSent OnAttachments
Tony Stubblebine11 Nov 2007 01:09 
John Panzer11 Nov 2007 10:15 
Paul Lindner12 Nov 2007 07:08 
Tony Stubblebine12 Nov 2007 10:05 
John Panzer12 Nov 2007 13:59 
Chris Waterson28 Nov 2007 16:52 
Subject:Re: General questions for container implementors
From:Tony Stubblebine (tony@gmail.com)
Date:11/12/2007 10:05:27 AM
List:com.googlegroups.opensocial-container

Why is OpensocialReference.js obfuscated? It's one of the files that

Google distributed in their in-memory container release. I'm pretty sure it implements the parent container class, but I couldn't get that class to do anything.

It implements default implementations to reduce the necessary amount of boilerplate in each individual container. Not sure why it's obfuscated though.

So it will actually make the AJAX calls to /feeds/people/user-id etc.?

That's what I was expecting it to do but I couldn't get it to work so I started writing my own. But I don't _want_ to write my own.