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