Re: Need DotNet Client, OAuth2Provider OnOAuthTokensObtained configuration help.

2012-08-26 Thread Anash P. Oommen
Hi Jason, As mentioned over email, could you open an issue at http://code.google.com/p/google-api-adwords-dotnet/issues/list? I have a fix for the issue, and I'll update the library at the earliest. Thanks for pointing out the issue and helping me narrow the source of the issue. Cheers, Anash

Re: Need DotNet Client, OAuth2Provider OnOAuthTokensObtained configuration help.

2012-08-24 Thread Jason Bukowski
For any and all who are interested, I think I've solved this problem. The tokens were bring refreshed, and they were being stored correctly through OnOAuthTokensObtained. The problem was that the configured retries were not using the new access token that had been received. I downloaded the s

Re: Need DotNet Client, OAuth2Provider OnOAuthTokensObtained configuration help.

2012-08-22 Thread Anash P. Oommen
Hi Jason, This could be an issue with the library, but I need to confirm. Could you set the following keys in your App.config and confirm if the library is in fact using the updated credentials after refreshing the calls? and mail the logs to anash.p.oom...@google.com? Thanks, Anash P. Oomme

Need DotNet Client, OAuth2Provider OnOAuthTokensObtained configuration help.

2012-08-21 Thread Jason Bukowski
I've modified one of the API examples to store the Refresh and Access tokens in a database. I've setup the delegate for OnOAuthTokensObtained as described in the client library documentation to store updated tokens in the database and set RetryCount to 1 (and a few other attempts at numbers > 1