achrefB3 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

How to pass the parameters to the request in OAuthentication in java #247

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
I have been trying to pass the parameters to an OAuth request since a week,But 
i am totally help less now.My application desires the parameters to be passed 
which is not at all supported by OAuth request.Actually i am using Scribe jar 
for Authentication purpose and i got the access Token successfully.But to make 
api calls i need a support of passing the parameters in to the request.So 
please tell me how to pass the parameters in to a request.And also let me know 
whether i am using the correct jar or else i should go for another frame work 
to build such an applications in java.

Thanks and regards.

Original issue reported on code.google.com by farhana....@gmail.com on 12 Jul 2011 at 12:32

GoogleCodeExporter commented 9 years ago
Please take a look at OAuthParameters:

http://javadoc.google-api-java-client.googlecode.com/hg/1.4.1-beta/com/google/ap
i/client/auth/oauth/OAuthParameters.html

If you have any further questions, please ask on the Google Group:

https://groups.google.com/forum/#!forum/google-api-java-client

Original comment by yan...@google.com on 18 Jul 2011 at 2:03