Re: Migrating Authorization Mechanics ClientLogin to OAuth2 Google AdWords v201206 Perl

2012-09-27 Thread Etienne Lawlor
It looks like I just needed to have the latest HTTP/Message.pm v6.0.3 module installed since the version I had installed did not have the method decode() which was being passed to the AUTOLOAD() subroutine in the HTTP/Message.

Re: Migrating Authorization Mechanics ClientLogin to OAuth2 Google AdWords v201206 Perl

2012-09-26 Thread Etienne Lawlor
Is this because "According to the CPAN Testers Results for Google::Ads::AdWords::Client it has not been tested for Perl 5.8.8. The new

Migrating Authorization Mechanics ClientLogin to OAuth2 Google AdWords v201206 Perl

2012-09-25 Thread Etienne Lawlor
So I previously was using ClientLogin for authorization in the Google AdWords API but after looking at this documentation: https://developers.google.com/accounts/docs/AuthForInstalledApps It says that this mechanism has been deprecated in favor of OAuth2.0. So I am trying to follow the docume