egirault / googleplay-api

Google Play Unofficial Python API - This project was a PoC and is not maintained anymore. Please feel free to fork it and improve it in any way.
879 stars 373 forks source link

Login #6

Closed awasthi-vivek closed 11 years ago

awasthi-vivek commented 11 years ago

Hi,

This is a question then a bug. I just noticed that for login we use https://android.clients.google.com/auth instead of https://www.google.com/accounts/ClientLogin which is used in other projects...

Could you please brief me about the difference between them or point me to some documentation about it.

Many thanks,

egirault commented 11 years ago

Hi,

I don't really know, since both are working properly. As far as I remember, the Google Play APK uses https://android.clients.google.com/auth, so that is why I used this one.

Cheers, Emilien

2012/10/25 VivekAwsathi notifications@github.com

Hi,

This is a question then a bug. I just noticed that for login we use https://android.clients.google.com/auth instead of https://www.google.com/accounts/ClientLogin which is used in other projects...

Could you please brief me about the difference between them or point me to some documentation about it.

Many thanks,

— Reply to this email directly or view it on GitHubhttps://github.com/egirault/googleplay-api/issues/6.

awasthi-vivek commented 11 years ago

Thank-you very much for your response.

strazzere commented 11 years ago

They both appears to be access points for the same API, though like Emilien said - this is what is used on the actual Android clients.