Hi, I'm assuming you are using our new Java client library<https://code.google.com/p/google-api-ads-java/> . With v201309, ClientLogin is still available (but deprecated). So if you have your code that worked with v201302 with ClientLogin, it should work with v201309 as well.
But I highly recomment migrating to OAuth2 since ClientLogin will no longer supported from the new version starting in 2014. http://googleadsdeveloper.blogspot.jp/2013/09/announcing-sunset-of-clientlogin-in.html Best, - Takeshi, AdWords API Team On Friday, November 1, 2013 7:37:49 PM UTC+9, Sheo Ohm Srivastava wrote: > > I am working on google Adwords API to upgrade our code for migration from > v201302 to v201309. Any one can suggest me, what code we should use in > place of following code ( as ClientLoginTokens now deprecated). > > String clientLoginToken = new ClientLoginTokens.Builder() > .forApi(ClientLoginTokens.Api.ADWORDS) > .withEmailAndPassword(configurations.get("email"), > configurations.get("password")) > .build() > .requestToken(); > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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.
