Open ghost opened 1 year ago
the EncryptedPasswd login method coded here, has not been used by Google Services Framework since version 4.4 (2013). since version 5 (2014), the login uses this URL:
EncryptedPasswd
https://accounts.google.com/embedded/setup/android
a password login is still possible, but its protected with Google bot-guard, so probably a better option is to accept the oauth_token cookie instead.
oauth_token
Thanks. This project has been dormant for many years but I'll take a look!
the
EncryptedPasswd
login method coded here, has not been used by Google Services Framework since version 4.4 (2013). since version 5 (2014), the login uses this URL:https://accounts.google.com/embedded/setup/android
a password login is still possible, but its protected with Google bot-guard, so probably a better option is to accept the
oauth_token
cookie instead.