In the <Request> and <Access> elements in your gadget spec, add the
attribute param_location="uri-query".

There's more detailed documentation at 
http://code.google.com/apis/gadgets/docs/oauth.html#ModulePrefs

On Oct 15, 6:48 am, "f.kowal" <f.ko...@gmail.com> wrote:
> Hi,
>
> I am developing an oauth gadget, but my hosting doesn't provide
> getallheaders function in PHP
>
> So i need to pass oauth parameters in GET/POST
>
> Right now i got to the post where i granted an access token.
>
> But the protected resource from my site that i am trying to access is
> being requested with Oauth params in the
>
> headers:
> Authentication: oauth......
>
> How can i ask the container to make this makeRequest with oauth
> parameters added to the query string ?
>
> ie.
>
> www.mysite.pl/protected_data.php?myparam=1&oauth_parameters_go_here
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to