Hi Kevin,

I have been following adwords api blog for a while now and thus noticed 
that the updated versions of all the client libraries have been 
released...:) However i was unable to find any examples regarding the 
authentication using OAuth for the Java Client Library. 

I have the access token but i don't know how to use this token to call 
Adwords API so that I can get the information for that particular user. As 
in the case of Google Docs API we had something like...

DocsService client = new DocsService 
<http://code.google.com/apis/gdata/javadoc/com/google/gdata/client/docs/DocsService.html>("yourCompany-YourAppName-v1");
client.setOAuthCredentials 
<http://code.google.com/apis/gdata/javadoc/com/google/gdata/client/GoogleService.html#setOAuthCredentials(com.google.gdata.client.authn.oauth.OAuthParameters,%20com.google.gdata.client.authn.oauth.OAuthSigner)>(oauthParameters,
 new OAuthHmacSha1Signer 
<http://code.google.com/apis/gdata/javadoc/com/google/gdata/client/authn/oauth/OAuthHmacSha1Signer.html>());


It will really be helpful if you provide a sample code or any pointers for 
OAuth authentication using Java.

TIA,
Vijayraj


 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to