Hi,

I took a quick look at your code, the url you are trying to request doesn't
need an Authorization header because it is not using oAuth.

If you are using oauth you also need to include extra elements in the
ModulePrefs to explicitly state the urls that are used as part of the oAuth
process.

P

On Mon, Jun 7, 2010 at 6:23 AM, Cluster <[email protected]> wrote:

> i m trying to create google gadget with signed request as in example
> url below:
>
> http://wiki.opensocial.org/index.php?title=Validating_Signed_Requests#Python
>
> makeRequest() function in gadget code do work for other people for
> example in Australia, but not for me (location: Russia)
> It always returns ({text:"Unauthenticated", rc:403, headers:(void 0),
> oauthApprovalUrl:(void 0), oauthError:(void 0), oauthErrorText:(void
> 0), errors:["403 Error"]}) even doesn't trying to fetch some from
> specified url.
> mine gadget code can be found @
> https://sam123dev.appspot.com/images/gadget2.xml
>
> What i m doing wrong?
> Please help me!
>
> --
> You received this message because you are subscribed to the Google Groups
> "iGoogle Developer Forum" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-gadgets-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/Google-Gadgets-API?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"iGoogle 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/Google-Gadgets-API?hl=en.

Reply via email to