[orkut-developer] Re: Signature error, Orkut dropping params with square brackets and parens

2008-04-01 Thread pico
I added an issue over at the issue tracker. You could go star that to be notified of what happens: http://code.google.com/p/opensocial-resources/issues/detail?id=136 http://code.google.com/p/opensocial-resources/issues/detail? id=136">http://code.google.com/p/opensocial-resources/issues/detail?

[orkut-developer] Signature error, Orkut dropping all post params starting with opensocial_

2008-03-31 Thread pico
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;

[orkut-developer] Signature error, Orkut dropping params with square brackets and parens

2008-03-31 Thread pico
I'm doing makeRequests with post params containing square brackets and parens (because I'm working in Rails). Like so: os_params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; os_params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentTy