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