I’m talking about this: http://code.google.com/p/google-api-php-client/
Is it possible to use a method in that API library to send Oauth GET/POST requests in general…
I’ve been scanning the source code, and I can’t seem to find any such method…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What are you trying to connect with? Adsense/Analytics/Gmail or what? All that code does is get you an Oauth key, all GET/POST requests are separated by which google application your are trying to connect with. The documentation can be found here