Scenario.... User logs into account on our website, clicks on an adwords product they want to by, they grant us authorization to use their account and we store all their tokens and other data in our system to use.
Weeks later they choose another adwords product and instead of clicking on the saved account we already have stored they click on the link to authorize (we allow this so they can link multiple adwords accounts). They however choose the account they already authorized. They go through the authorization process again. Their token this time does not have a refresh token associated with it so currently we throw an error at them saying they have already authorized. The problem. Say said our customer has 10 different adwords accounts for whatever reason. They don't understand which ones they've already authorized. What we would like to be able to do is when they authorize the second time get some basic account information that we can use to find their already stored tokens based on an ID. We can do this with EVERY other google API. When a customer re-authorizes accidentally we get an access token which gives us the ability to get the google userId so we can look it up in our database and find their token if the refresh_token is no present. How can I do this with Adwords API? James -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d00891c8-13c7-4985-9070-b6f813d9fcb1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
