Hi,

I am trying to use the perl client library, but I want to connect to the 
API using an authToken rather than the adwords.properties file.

So far, I use my email and password to get an authToken (that part works 
fine), but when I try to create a new adwords client, I get the No 
email/password specified error.

I have this code:
Google::Ads::AdWords::Logging::enable_soap_logging();
$adClient = Google::Ads::AdWords::Client->new({
version=>"v201101",
userAgent=>'skeniver',
authToken=>$authToken,
developerToken=>$email.'++GBP',
});

Can any one tell me where what I am doing wrong?

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