I am using the following config settings with the DotNet library
v13.3.0 and this is currently working for me.
    <add key="AuthorizationMethod" value="ClientLogin" />
    <add key="Email" value="email address here" />
    <add key="Password" value="password here" />

I have the following settings commented out:
    <!-- Optional: uncomment this if you want to reuse an authToken
multiple
         times. -->
    <!-- <add key="AuthToken" value="INSERT_YOUR_AUTH_TOKEN_HERE"/> --
>
    <!-- To use OAuth as authentication mechanism, uncomment the
following
         section and comment the AuthToken section above. -->
    <!-- Note: For testing purposes, you can use the OAuth consumer
key/secret
         as anonymous/anonymous.-->
    <!--
    <add key="AuthorizationMethod" value="OAuth" />
    <add key="OAuthConsumerKey"
value="INSERT_YOUR_OAUTH_CONSUMER_KEY_HERE" />
    <add key="OAuthConsumerSecret"
         value="INSERT_YOUR_OAUTH_CONSUMER_SECRET_HERE" />
    -->

Will the library handle the AuthToken automatically behind the scenes?
Is my setup correct and will it continue to work after Feb. 29?

Thanks in advance.

On Jan 31, 6:20 am, "Anash P. Oommen" <anash.p.oommen
+fo...@google.com> wrote:
> Hi,
>
> Even with v13.3.0, AuthToken is created automatically. If you have
> credentials in your App.config, then
>
> new ReportUtilities(user).DownloadClientReport(definition, filePath);
>
> works just fine.
>
> How exactly are you creating AdWordsUser in the new library? May be that
> has something to do with this belief?
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to