Maybe I missed it in the spec, but am I not allowed to use
opensocial_foobar in the application parameter name?

    os_params[gadgets.io.RequestParameters.AUTHORIZATION] =
gadgets.io.AuthorizationType.SIGNED;
    os_params[gadgets.io.RequestParameters.CONTENT_TYPE] =
gadgets.io.ContentType.HTML;
    os_params[gadgets.io.RequestParameters.METHOD] =
gadgets.io.MethodType.POST;
    os_params[gadgets.io.RequestParameters.POST_DATA] =
"a=b&opensocial_foo=bar";
    gadgets.io.makeRequest(url, serverResponse, os_params);

When I do the makeRequest above, the Orkut proxy sends me a signature
that validates against the post parameters only if I remove the
opensocial_foo parameter.  It appears to be dropping any name that
starts with opensocial_ from the signature base string.

I have a lot of code that I'm going to have to rework with new names
if this isn't allowed.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" 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