[orkut-developer] Re: requestNavigateTo incompatible with prototype 1.6

2008-03-06 Thread ejpark
o stopped to work too > for me. And how my app use prototype I can supposed that some update on > OpenSocial libs do have conflicts with prototype. > > Regards, > > Takamoto > > > > On Tue, Mar 4, 2008 at 2:01 AM, ejpark <[EMAIL PROTECTED]> wrote: > > &g

[orkut-developer] Re: gadgets.window.adjustHeight stopped working

2008-03-05 Thread ejpark
Both adjustHeight and requestNavigateTo bomb for me, but I think I figured it out: it has something to do with prototype 1.6 javascript libraries. My theory is that orkut released something this week that conflicts with prototype 1.6. I did a simple test using prototype 1.6 and called adjustHei

[orkut-developer] requestNavigateTo incompatible with prototype 1.6

2008-03-03 Thread ejpark
My navigation links suddenly stopped working this afternoon (Mar 3rd). After debugging for hours, my current theory is that at least one (possibly more) opensocial functions have conflicts with prototype 1.6's javascript libraries (specifically requestNavigateTo). To test this theory, I exposed

[orkut-developer] Re: IE ignored

2008-03-03 Thread ejpark
Hi Rocket, MSIE does not render dynamically inserted '

[orkut-developer] Re: signed makeRequest issues

2008-03-03 Thread ejpark
I though POST params 'should' be used as part of the base signature: According to 9.1.1 of the oauth, spec: 9.1.1. Normalize Request Parameters The request parameters are collected, sorted and concatenated into a normalized string: * Parameters in the OAuth HTTP Authorization header (Author

[OpenSocial] 0.6 opensocial.makeRequest problems

2008-01-17 Thread ejpark
Hi folks, I'm trying to make an ajax call to our servers to fetch some html content. I call: opensocial.makeRequest( MY_URL, MY_CALLBACK ); The specifications explain that the default output expected is HTML, but for some reason I'm getting javascript errors. It appears that the container is t

[OpenSocial] opensocial.makeRequest default output is javascript?

2008-01-16 Thread ejpark
So I'm calling: opensocial.makeRequest(MY_URL, MY_CALL_BACK); The request successfully reaches my server, but upon return, the container tries to parse my response as javascript. How do I set this to html? The spec says that 'opensocial.makeRequest' accepts a third parameter to set ContentType