Hi Shwetha, Yes, we're following the same steps listed in the tutorial provided to obtain an authorization code. We are adding the following arguments to the authorization url - &approval_prompt=force and &prompt=select_account. Not sure if these are having any impact. We're not caching the authorization code anywhere explicitly; we directly fetch it from Request.Params["code"].
Thanks, Warren On Friday, May 12, 2017 at 7:18:55 AM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Warren, > > Could you confirm if you followed the steps listed here > <https://github.com/googleads/googleads-dotnet-lib/wiki/API-access-on-behalf-of-your-clients-(web-flow)> > to > setup OAuth2 for API access? Are you saving/caching the authorization code > in your application? An end-to-end example is provided here which > demonstrates how to access the AdWords API from within an ASP.NET web > application. Could you try using this example and let me know if it works? > > Regards, > Shwetha, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/94f9486f-cb3c-425b-866e-3325a139acd8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
