Re: How get CustomerId with OAuth 2.0

2017-02-10 Thread 'anash' via AdWords API Forum
Hi Francesco, I wonder if you are mixing up the access token somewhere (between the user's access token and a hardcoded debug access token). Could you turn on logging following the instructions on https://github.com/googleads/googleads-dotnet-lib/wiki/How-to-capture-SOAP-messages (it will al

Re: How to get refresh token in Visual .NET

2016-09-30 Thread 'anash' via AdWords API Forum
Hi Javier, If you need to implement a website where users have to login, then you can take a look at https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp/OAuth for an ASP.NET example that does barebones flow. It stores and restores creds from the Session, but