Hi Tiago,

I just use a simple SIGNED request.

This is a peace of the code:

var params = {};
params[gadgets.io.RequestParameters.METHOD] =
gadgets.io.MethodType.POST;
params[gadgets.io.RequestParameters.CONTENT_TYPE] =
gadgets.io.ContentType.TEXT;
params[gadgets.io.RequestParameters.POST_DATA] =
gadgets.io.encodeValues(xDadosAmigosPost);

fazChamadaNormal(encodeURI(zUrl), minhaCallBack, params);

This is the code of "fazChamadaNormal":

function fazChamadaNormal(url, callback, params)
{
  params[gadgets.io.RequestParameters.AUTHORIZATION] =
gadgets.io.AuthorizationType.SIGNED;
  gadgets.io.makeRequest(url, callback, params);
};

Tks,

Leandro

On 16 ago, 17:51, "Tiago Silveira (Google)" <[email protected]> wrote:
> Hey art!
>
> Some operations are only allowed if your app has special privileges on
> orkut. That said, apps with 3-legged OAuth should have full access but
> some operations are broken. Please inform:
>
> 1. which operation you tried to execute and what kind of authentication
> you are using. If you can show the complete request (omitting consumer
> key, consumer secret and user identifying information), even better.
>
> 2. the exact response you got, minus user identifying information.
>
> We'll do our best to make it work.
>
> regards,
> Tiago

-- 
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.

Reply via email to