[orkut-developer] Re: How to send data using post method in makeRequest

2008-02-06 Thread Virtual One
well i have one more question , if they are moving the methods like makeRequest() from opensocial namespace to gadget them this will not be part of social app ? On Feb 6, 10:48 am, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > Yes, gadgets.io.makeRequest currently has an implementation bug

[orkut-developer] Re: How to send data using post method in makeRequest

2008-02-06 Thread Arne Roomann-Kurrik
Yes, gadgets.io.makeRequest currently has an implementation bug that causes it to return a 404. We're aware of the problem and are looking into getting a fix into the sandbox soon. Sorry for any inconvenience! ~Arne On Feb 5, 2008 11:48 PM, dirtyBlueJeans <[EMAIL PROTECTED]> wrote: > > > Hi g

[orkut-developer] Re: How to send data using post method in makeRequest

2008-02-05 Thread dirtyBlueJeans
Hi guys, I've made appropriate changes to my app to move it to 0.7 (basically changed the opensocial.makeRequest calls). However, I keep getting a 404 for these calls - irrespective of whether I use GET or POST or whatever combinations of parameters. GETs used to work fine in 0.6 (using opensoci

[orkut-developer] Re: How to send data using post method in makeRequest

2008-02-05 Thread RAJA SEKHAR
*Hai Arne * ** ** *I am faicing the same problem here * *it is throwing the 404 error after using that gadgets.io.makeRequest * ** *Please arne it is very urgent * ** *can u look on this * ** *Thank s* *Raja* ** On Feb 6, 2008 12:30 PM, :nikhil_gupte <[EMAIL PROTECTED]> wrote: > > Arne, > gadge

[orkut-developer] Re: How to send data using post method in makeRequest

2008-02-05 Thread :nikhil_gupte
Arne, gadgets.io.makeRequest() gives 404 for GET requests. On Feb 6, 4:42 am, "Arne Roomann-Kurrik (Google)" <[EMAIL PROTECTED]> wrote: > Hi Dustin, > >You're correct - the opensocial.makeRequest function is moving to > the gadgets.io namespace. Everyone should start using > gadgets.io.makeR

[orkut-developer] Re: How to send data using post method in makeRequest

2008-02-05 Thread Arne Roomann-Kurrik (Google)
Hi Dustin, You're correct - the opensocial.makeRequest function is moving to the gadgets.io namespace. Everyone should start using gadgets.io.makeRequest as soon as possible (especially now that 0.7 is up on the Orkut sandbox). I actually haven't had time to play around with the gadgets.io.m

[orkut-developer] Re: How to send data using post method in makeRequest

2008-02-04 Thread dirtyBlueJeans
Hi guys, I've also been trying to use makeRequest to get to post. I'm using opensocial.makeRequest, but even if I set the method to 'POST', the request is still sent as a 'GET'. I confirmed this in my server logs: I was getting a GET every single time.I have to send large lists back to my script