Re: OAuth 2.0 error, while upgrading to newer version (i.e. v201306)

2013-11-19 Thread Arthur Pemberton
Why is it strongly discouraged? The OAuth2 examples are rarely equivalent. On Sunday, July 28, 2013 7:05:47 AM UTC-4, Majo Mikula wrote: Keep in mind that ClientLogin API is deprecated, and its use is strongly discouraged. See https://developers.google.com/accounts/docs/AuthForInstalledApps

Re: OAuth 2.0 error, while upgrading to newer version (i.e. v201306)

2013-11-19 Thread Danial Klimkin
Hello Arthur, Please see: http://googleadsdeveloper.blogspot.ru/2013/09/announcing-sunset-of-clientlogin-in.html All client library examples can be ran with both ClientLogin and OAuth2. -Danial, AdWords API Team. On Tuesday, November 19, 2013 2:33:01 AM UTC+4, Arthur Pemberton wrote:

Re: OAuth 2.0 error, while upgrading to newer version (i.e. v201306)

2013-07-28 Thread Majo
Keep in mind that ClientLogin API is deprecated, and its use is strongly discouraged. See https://developers.google.com/accounts/docs/AuthForInstalledApps for details. On Wednesday, 24 July 2013 17:37:26 UTC+2, CFJ wrote: I had the same problem on upgrade from v201209 to v201306. Fixed it

Re: OAuth 2.0 error, while upgrading to newer version (i.e. v201306)

2013-07-28 Thread Majo
Keep in mind that ClientLogin API is deprecated, and its use is strongly discouraged. See https://developers.google.com/accounts/docs/AuthForInstalledApps for details. On Wednesday, 24 July 2013 17:37:26 UTC+2, CFJ wrote: I had the same problem on upgrade from v201209 to v201306. Fixed it

OAuth 2.0 error, while upgrading to newer version (i.e. v201306)

2013-07-24 Thread Atul
I am getting an error of OAuth 2.0 authorization, while upgrading to newer version (i.e. v201306) of AdWords API. Previously, I was using the v201209 version of API and everything was working fine, but on July 22 v201209 was discontinued. So, I was upgrading to the newer version, but it is

Re: OAuth 2.0 error, while upgrading to newer version (i.e. v201306)

2013-07-24 Thread CFJ
I had the same problem on upgrade from v201209 to v201306. Fixed it by adding a key to the AdWordsApi section of my app.config to explicitly utilize ClientLogin authentication. AdWordsApi add key=AuthorizationMethod value=ClientLogin / /AdWordsApi On Wednesday, July 24, 2013