Hey Dustin, Thankyou for helping....it works when I use methodType
instead of method and gadgets.io instead of opensocial

Cheers,
Makarand

On Feb 2, 11:01 am, Dustin Jorge <[EMAIL PROTECTED]> wrote:
> The difference is the namespace. Using 'methodType':'post' works if you
> call gadgets.io.makerequest, but not opensocial.makerequest.
> I prob shouldn't be using gadgets.io under 0.6 anyway :)
>
> alvin wrote:
> > When I use {'methodType':'post'} I get this javascript error:
>
> > postData only supported for POST methods
> >http://1.gmodules.com/46/o/opensocial-0.6.js
> > Line 127
>
> > It looks like "Method" is the correct name for that property but
> > "Post" is not supported...
>
> > On Feb 2, 12:15 pm, Dustin Jorge <[EMAIL PROTECTED]> wrote:
>
> >> Try using {'methodType':'post'} in lieu of {'method':'post'}... that
> >> should do it.
>
> >> -Dustin / iWiddit.com
>
> >> alvin wrote:
>
> >>> I cannot seem to get makeRequest to use POST.
>
> >>> This is the line of code:
>
> >>> opensocial.makeRequest("http://mydomain.com/test/hello.php";,
> >>>       onServerResponse, {'method' : 'POST', 'contentType' : 'html',
> >>> 'postData' : 'a=123&b=456'}
>
> >>> 1.  On server side, $_POST is empty
>
> >>> 2.  $_SERVER['REQUEST_METHOD'] is GET
>
> >>> What am I doing wrong?
>
> >>> Thanks
>
> >>> On Feb 2, 9:18 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> >>> wrote:
>
> >>>> {  'postData' : 'A=value&B=value'  }
>
> >>>> -Dustin
>
> >>>> On Feb 1, 2:03 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> >>>> wrote:
>
> >>>>> I need help me on posting variables to a server side file using
> >>>>> makerequest()....
>
> >>>>> Suppose I have 2 variables 'A'  and 'B' to be posted
> >>>>> How do I pass these variable to the function below???
>
> >>>>> opensocial.makeRequest('URL',
> >>>>>         function (response) {
> >>>>>                 alert(response);
> >>>>>      },
> >>>>>           {'method' : 'POST', 'contentType' : 'html', 'postData' :
> >>>>> '?????'  })
>
> >>>>> Regards,
> >>>>> Mkarand
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Discussion" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to