| This code example shows how to run an AdWords API command line application while incorporating the OAuth2 installed application flow into your application. If your application uses a single AdWords manager account login to make calls to all your accounts, you shouldn't use this code example. Instead, you should run Common\Util\OAuth2TokenGenerator.cs to generate a refresh token and set that in user.Config.OAuth2RefreshToken field, or set OAuth2RefreshToken key in your App.config / Web.config. More...
|