liato / android-market-api-py

A Python port of the java Android Market API.
128 stars 43 forks source link

OAuth 2.0 #10

Open jberlynn opened 7 years ago

jberlynn commented 7 years ago

Getting the error

File "C:\Users\user\Desktop\android-market-api-py-master\androidmarket.py", line 122, in login raise e urllib2.HTTPError: HTTP Error 404: Not Found

I believe this is because the URL_LOGIN is set to the ClientLogin, which is deprecated as of April 2012. Is there support for OAuth 2.0?