It looks like there are a few parameters in my authorization url that don't 
match up with the the documentation
https://developers.google.com/accounts/docs/OAuth2WebServer#formingtheurl

The parameters that are not inline with the docs are 

scope, state, redirect_uri, and approval_prompt.

Should these be set in a different manner than like this:

my $client = Google::Ads::AdWords::Client->new({
  developer_token => "dev_token",
  client_id => "customer_id",
  version => "v201206"
});

$client->get_auth_token_handler()->set_email("email");
$client->get_auth_token_handler()->set_password("password");


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to