Hi Oliver,
  Have you considered using OAuth2?  You could direct them to a Google page 
to grant you authorization to manage their AdWords account and use the 
access token after that.  We've published an example here: 
http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201109_1/misc/OAuth2Example.java

(note: there's a small bug with using OAuth if you're not using maven, hope 
to push out a fix this afternoon: 
http://code.google.com/p/google-api-ads-java/issues/detail?id=12).

There's currently no API for managing users or for linking accounts.  OAuth 
may be able to help you in this scenario.

- Kevin Winter
AdWords API Team

On Monday, June 11, 2012 12:57:38 PM UTC-4, Oliver wrote:
>
> Hi Adwords team,
>
> We're developing an application to allow users to manage their adwords 
> accounts.  We need a way to access the user account to retrieve his data.  
> We're using the new Java library.
>
> One of the ways to access the user's account is to send him a request and 
> wait for him to manually grant us access.  
>
> 1) Can we send this request programmatically using the API?
>
> 2) How do we know when the user grants us access? Do we need to keep 
> retrieving the list of accounts under our MCC to see if his account appears 
> there? Is there an easier way?
>
> Oliver
>

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