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

Google+ profile data in reviews #14

Open markostamcar opened 11 years ago

markostamcar commented 11 years ago

Google recently forced everyone writing a review to use their Google+ profile. I think the current .proto lacks this and doesn't return it in the "rev" API call. Could you please analyze the latest store APK and add this?

http://www.androidpolice.com/2012/11/17/download-latest-google-play-store-3-10-9/

Thanks! :)

markostamcar commented 11 years ago

Also in the current implementation "c.details.appDetails.versionString" seems to be NULL. Only versionCode gets returned.

mbrevda commented 11 years ago

It would seem the java version has this information as well: https://code.google.com/p/android-market-api/wiki/HowToGetAppComments +1 for this request

UPDATE: could it be that the java version is using a different url?? (https://android.clients.google.com/market/api/ApiRequest)