[OpenSocial] Re: proxied content, does anybody use?

2009-08-12 Thread dudu
I've tried data pipelining but without sucess, I still don't know if it doesn't work on proxied content or I'm doing some mistake. I'll se these makeRequest now. But, jofeux, are you sure it works on proxied content? Thanks On 12 ago, 06:05, jofeux jof...@googlemail.com wrote: Did you take a

[OpenSocial] Re: Orkut sandbox and data pipelining for proxied content.

2009-08-12 Thread dudu
yes, I put it the aditional require tags, and the request tags too.. but with proxied content it is doing no post back to my application... I think thats because I use proxied content.. I had no time to test with a normal content... On 12 ago, 09:01, THLopes redcatme...@gmail.com wrote: Did u

[OpenSocial] Re: proxied content, does anybody use?

2009-08-12 Thread dudu
] = gadgets.io.ContentType.TEXT; var url = http://myurl/Opensocialservlet;; gadgets.io.makeRequest(url, response, params); }; function response(obj) { //obj.text contains the text of the page that was requested output(obj.text); }; makeNormalRequest(); On Aug 12, 10:06 am, dudu eduardopich