Re: latest OAuth2Example.java using JacksonFactory not found in 1.9.1 client libraries

2012-09-13 Thread Lynn
I grabbed what was needed by adding this dependency:

dependency
  groupIdcom.google.http-client/groupId
  artifactIdgoogle-http-client-jackson2/artifactId
  version1.11.0-beta/version
/dependency  

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: latest OAuth2Example.java using JacksonFactory not found in 1.9.1 client libraries

2012-09-13 Thread Kevin Winter
Hi,
  I actually just pulled all the dependency jars (using the download on the 
project site) to test something else out and the 1.9.1 does include 
JacksonFactory with that dependency.  It's even listed in the pom: 
https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/pom.xml#110

Is it possible you needed to just poke maven to re-pull everything?

Regarding clientlogin, the most current knowledge we have is this blog 
posthttp://googledevelopers.blogspot.com/2012/04/changes-to-deprecation-policies-and-api.html,
 
pointing to these 
docshttps://developers.google.com/accounts/docs/AuthForInstalledApps, 
which reference this policy https://developers.google.com/accounts/terms, 
which says 2015.

- Kevin Winter
AdWords API Team

On Thursday, September 13, 2012 11:32:17 AM UTC-4, Lynn wrote:

 I grabbed what was needed by adding this dependency:

 dependency
   groupIdcom.google.http-client/groupId
   artifactIdgoogle-http-client-jackson2/artifactId
   version1.11.0-beta/version
 /dependency  


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: latest OAuth2Example.java using JacksonFactory not found in 1.9.1 client libraries

2012-09-12 Thread Lynn
Oh ... I used maven with this:
dependency
  groupIdcom.google.api-ads/groupId
  artifactIdads-lib/artifactId
  version1.9.1/version
/dependency
dependency
  groupIdcom.google.api-ads/groupId
  artifactIdadwords-axis/artifactId
  version1.9.1/version
/dependency

and it's giving me the client-1.11.0-beta  jars  should it be? 
The release notes for 1.9.0 say:

1.9.0 - 09/06/2012
==
AdWords:
  - Removed OAuth1.0 examples. See release 1.8.1 for more information.
  - Updated OAuth2.0 examples to use Jackson2 instead of Gson.
DFA:
  - Updated OAuth2.0 examples to use Jackson2 instead of Gson.
DFP:
  - Removed OAuth1.0 examples. See release 1.8.1 for more information.
  - Updated OAuth2.0 examples to use Jackson2 instead of Gson.
Common:
  - Parent pom dependencies are now locked to current release version at time
of this release. Each release will now include the most recent dependencies
at the time of release, i.e. replacing the RELEASE version.
  - com.google.api-client dependency upgraded to 1.11.0 which removes support
for com.google.api.client.googleapis.auth.oauth


Thanks,
Lynn


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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