[orkut-developer] Re: Here's how to fix today's sandbox errors

2008-02-23 Thread Alex E
onights push, but not with new one. I made too many changes > to new one to really figure out which call was crashing it. > > Alex E wrote: > > I get the following errors in all apps: > > > os_a.rpc has no properties > > > [in opensocial-0.7.js (line 128)] > >

[orkut-developer] Sandbox is down today

2008-02-23 Thread Alex E
I get the following errors in all apps: os_a.rpc has no properties [in opensocial-0.7.js (line 128)] os_k() has no properties [in opensocial-0.7.js (line 4)] Apparently everyone is experiencing these problems today. Alex --~--~-~--~~~---~--~~ You receive

[orkut-developer] Can't filter out PROFILE_DETAILS

2008-02-22 Thread Alex E
The friends retrieved with the following request come back with way more fields than I want -- function retrievePersistentData() { var req = opensocial.newDataRequest(); var fields = [] fields.push(opensocial.Person.Field.ID); var params = {};

[orkut-developer] "Don't Be Evil" error message

2008-02-22 Thread Alex E
Why would one get an message like this Firebug trace? -- POST http://2.o.gmodules.com/46/o/ig/proxy?output=js (161ms)ifr (line 308) ParamsHeadersPostResponse Response Headers Request Headers throw 1; < don't be evil' >{"http://typeracer.com:8080/typeracer-0.7/

[orkut-developer] Getting App Data for All Users?

2008-02-21 Thread Alex E
Is it possible, by any chance, to get app data for all users on Orkut sorted by some criteria? For instance, my app is a game and I want to display the 10 highest scores on Orkut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[orkut-developer] Re: makeRequest using POST

2008-02-20 Thread Alex E
Still not working for me. On Feb 20, 11:52 am, Pravin <[EMAIL PROTECTED]> wrote: > Hi Arne, > > Voila !!! I just tried to give a chance and it worked today. I know > previouslypostwas not working. But today I tried with example on > this pagehttp://code.google.com/p/opensocial-resources/wiki/Gadg

[orkut-developer] Re: xoauth_signature_publickey

2008-02-18 Thread Alex E
icaly determine whether you should trust the new certificate. We will give advance notice when the certificate is scheduled to change, in order to give you enough time to manually download the certificate and install it in your key cache." On Feb 18, 1:05 pm, Alex E <[EMAIL PROTECTED]>

[orkut-developer] Re: xoauth_signature_publickey

2008-02-18 Thread Alex E
Why doesn't the parameter contain the full URL of the key file? Surely it won't be served off of the sandbox forever, right? Alex On Jan 24, 11:27 am, "Arne Roomann-Kurrik (Google)" <[EMAIL PROTECTED]> wrote: > Hi David and Pacheco, > > Currently the signed request specifies the file: pub. > 119

[orkut-developer] Re: Sandbox Errors

2008-02-12 Thread Alex E
The sandbox has been down since about 3am EST (midnight PST). It is still down at 2:30 pm EST, 12 hours later! These are the files that aren't available due to 502 errors: http://o.gmodules.com/46/o/ig/files/container/ifpc.js http://o.gmodules.com/46/o/ig/files/container/json.js http://0.o.gmod

[orkut-developer] How to delete persistent data

2008-02-11 Thread Alex E
Setting a key to "" or null doesn't remove the key. Is there any way to delete data entries from the Javascript API? Also, if there was a way to delete all application data during the testing phase (in the sandbox), that would be helpful for dealing with "schema" changes. --~--~-~--~