bryanmytko / gpsoauth

▶️ A Ruby client library for Google Play Services OAuth.
MIT License
7 stars 1 forks source link

Google Services Framework 5 #4

Open ghost opened 1 year ago

ghost commented 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:

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.

bryanmytko commented 1 year ago

Thanks. This project has been dormant for many years but I'll take a look!