I sometimes getting method PUT thru makeRequest .
while it is POST.
code.
var a_params = {};
a_params[gadgets.io.RequestParameters.METHOD]
=gadgets.io.MethodType.POST;
a_params[gadgets.io.RequestParameters.CONTENT_TYPE] =
gadgets.io.ContentType.TEXT;
a_params[gadgets.io.RequestParameters.POST_DATA] = querystr;
gadgets.io.makeRequest(BASE_URL+'/index.php?ref=send_teasers',
response, a_params)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---