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:
>
> 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 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 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 5:54:46 AM UTC-4, Atul wrote:
>>>>
>>>> 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 giving me error. With v201209, I was not using any type of 
>>>> authorization, it was simple Client Login, and I want to implement same 
>>>> thing with v201306, but it is not working and needed OAuth 2.0 to 
>>>> implement. I didn't make any changes in my existing application, just 
>>>> replaced the reference of older version dll with newer dll. After changing 
>>>> the references, I am getting this error:
>>>>
>>>>  
>>>> Value cannot be null.
>>>> Parameter name: Looks like your application is not configured to use 
>>>> OAuth2 properly. Required OAuth2 parameter RefreshToken is missing. You 
>>>> may 
>>>> run Common\\Utils\\OAuth2TokenGenerator.cs to generate a default OAuth2 
>>>> configuration.
>>>>  
>>>> Please help me in resolving this issue.
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to