On 11/12/07, Tony Stubblebine <[EMAIL PROTECTED]> wrote: > > > > > 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.?
There will be a container subclass that does the standard AJAX calls to the standard server side APIs. It'll be a pluggable component that you can either just instantiate, or extend or partially override. So then you won't have to implement anything other than trivial Javascript on your page (init() with parameters, basically). 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. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Container Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-container?hl=en -~----------~----~----~----~------~----~------~--~---
