[orkut-developer] Re: gadgets.io.makeRequest returns 502 error

2010-03-17 Thread Prem Pillai
Sorry guys, I figured out what the problem was. The URL params were not 'esacped' :) Doing that fixed the problem. Thanks -Prem On Mar 17, 3:34 pm, sachin wrote: > 1. Is your server working fine (serving the said request)? > 2. If you know certain requests works and certain fails, can you find >

[orkut-developer] Re: gadgets.io.makeRequest returns 502 error

2010-03-17 Thread sachin
1. Is your server working fine (serving the said request)? 2. If you know certain requests works and certain fails, can you find out what is the param/field/thing that causes it to break? [A bit of trial and error should get you that]. 3. Can you share the full request with code. Thanks, Sachin O

[orkut-developer] Re: gadgets.io.makeRequest returns Unable to retrieve consumer key

2009-09-21 Thread Athira JJ
Please provide us the the appid or the appurl to investigate further. Regards, Athira On Sep 18, 12:03 am, Eduardo Rocha wrote: > This is still an issue and a bit urgent. Thanks for the prod.sandbox > tip :) > > On 16 set, 10:48, gastonsalg wrote: > > > Thank you very much Rajinder, > > > I've

[orkut-developer] Re: gadgets.io.makeRequest returns Unable to retrieve consumer key

2009-09-17 Thread Eduardo Rocha
This is still an issue and a bit urgent. Thanks for the prod.sandbox tip :) On 16 set, 10:48, gastonsalg wrote: > Thank you very much Rajinder, > > I've already posted my comment in the issue report. > > Just one update as it might help: if we access the very same > application usinghttp://prod.

[orkut-developer] Re: gadgets.io.makeRequest returns Unable to retrieve consumer key

2009-09-16 Thread gastonsalg
Thank you very much Rajinder, I've already posted my comment in the issue report. Just one update as it might help: if we access the very same application using http://prod.sandbox.orkut.com/ everything works just fine. This is useful to keep on developing. Thanks again, Gastón On Sep 16, 10:

[orkut-developer] Re: gadgets.io.makeRequest returns Unable to retrieve consumer key

2009-09-16 Thread Rajinder Deol
There ia an issue created for the same please go there and add your comments. here is the link : http://code.google.com/p/opensocial-resources/issues/detail?id=902 On Sep 16, 5:52 pm, Rajinder Deol wrote: > hi Gaston, >                    i have encountered the same problem since last two > day

[orkut-developer] Re: gadgets.io.makeRequest returns Unable to retrieve consumer key

2009-09-16 Thread Rajinder Deol
hi Gaston, i have encountered the same problem since last two days our apps were working fine i was about to submit apps but it suddenly started giving the same error. I haven't changed any code ... damm there is sumthing wrong witht the orkut singed request... On Sep 15, 8

[orkut-developer] Re: gadgets.io.makeRequest() returns "404 Error" because of {curly brackets}

2008-12-16 Thread Vijaya
This does seem to be an issue. Could you please log a bug in the Issue Traker? http://code.google.com/p/opensocial-resources/wiki/IssuesTab?tm=3 Thank you, Vijaya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orku

[orkut-developer] Re: gadgets.io.makeRequest not working on Internet Explorer 7

2008-11-03 Thread André Cipriani Bandarra
Oh... another interesting matter is that the only browser that was showing that problem was Internet Explorer 7. Everything was working OK on Firefox 2, Firefox 3, Google Chrome and Internet Explorer 6. André On Mon, Nov 3, 2008 at 5:55 PM, André Cipriani Bandarra <[EMAIL PROTECTED]>wrote: > Hel

[orkut-developer] Re: gadgets.io.makeRequest not working on Internet Explorer 7

2008-11-03 Thread André Cipriani Bandarra
Hello. Somehow i managed to make a workaround for this problem. I was serving the xml file on a no-ip.biz address on port 8084. I used the same xml file on a regular domain (bandarra.org), on port 80 and it worked out all right. Using the same solution on the other app on which i was having pr

[orkut-developer] Re: gadgets.io.makeRequest timeout setting

2008-07-09 Thread Jason
Can you share a short code snippet that I can use to reproduce the problem? Ideally, just the makeRequest call itself if it fails on its own. Thanks. - Jason On Jul 8, 4:05 am, nice_guy <[EMAIL PROTECTED]> wrote: > just wanted to let you know that the same code works on MySpace > > On Jul 8, 6:4

[orkut-developer] Re: gadgets.io.makeRequest timeout setting

2008-07-08 Thread nice_guy
just wanted to let you know that the same code works on MySpace On Jul 8, 6:42 am, nice_guy <[EMAIL PROTECTED]> wrote: > I have a page that takes a few seconds to load and when I query that > page for data using gadgets.io.makeRequest I get and empty string in > return. > > My question is that is

[orkut-developer] Re: gadgets.io.makeRequest()

2008-05-19 Thread Jason
Julian's right -- since requests are proxied, absolute paths are required. - Jason On May 16, 5:59 am, "Julian Andrade" <[EMAIL PROTECTED]> wrote: > you should use the full url of the page, like "http://www.test.com/myurl.php > ". > Well, thats what im doing =) > > 2008/5/16 GeoDev <[EMAIL PROTE

[orkut-developer] Re: gadgets.io.makeRequest()

2008-05-16 Thread Julian Andrade
you should use the full url of the page, like "http://www.test.com/myurl.php ". Well, thats what im doing =) 2008/5/16 GeoDev <[EMAIL PROTECTED]>: > > Hi Julian, > > When I try to use the gadgets.io.makeRequest it does not work here is > my code > : > > ===

[orkut-developer] Re: gadgets.io.makeRequest()

2008-05-16 Thread GeoDev
Hi Julian, When I try to use the gadgets.io.makeRequest it does not work here is my code : === === what am i doing wrong? Please help me. Than

[orkut-developer] Re: gadgets.io.makeRequest()

2008-05-15 Thread Renato Mangini
Use the refreshInterval parameter (see more details here: http://code.google.com/apis/opensocial/docs/0.7/devguide.html#Caching ) On 5/15/08, Julian Andrade <[EMAIL PROTECTED]> wrote: > > > im creating a request to a php page that search values in a bd and > returns it as a JSON array. the conten

[orkut-developer] Re: gadgets.io.makeRequest not working for XML content

2008-02-06 Thread paps
hi , jus try whether this works for u.. === response.Text response.Data response.error === the response object actually combines thesethree params.. which u need to extract... u can also do it using a for loop and iterate it.. :) Rgds, Paps On Feb 6, 8:51 pm, victorc <[EM

[orkut-developer] Re: gadgets.io.makeRequest not working for XML content

2008-02-06 Thread victorc
I think you receive a JSON string object, but now I do not know ho wto parse it ... If someone can help on parsing a JSON object in Orkut ? Thanks Victor On 6 fév, 16:34, ":nikhil_gupte" <[EMAIL PROTECTED]> wrote: > When I use the following: > gadgets.io.makeRequest(url, function(response) > {d