00d / google-voice-java

Automatically exported from code.google.com/p/google-voice-java
0 stars 0 forks source link

Not able to login to Voice - depricated client login , now unavailable. #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Voice voice = new Voice("username","pwd");

returns Nullpointer exception , 
https://www.google.com/accounts/ClientLogin - Not Found

Please provide any additional information below.

Important: ClientLogin has been officially deprecated since April 20, 2012 and 
is now no longer available. Requests to ClientLogin will fail with a HTTP 404 
response. We encourage you to migrate to OAuth 2.0 as soon as possible.

Original issue reported on code.google.com by kkgarage...@gmail.com on 1 Jun 2015 at 6:04

doolindalton commented 2 years ago

hey guys ,i met the same problem, did you solve it ? https://developers.google.com/identity/protocols/AuthForInstalledApps

it's still work for google voice?