Now I was taking app list and app details from Google Play.
It's based on open source below.
Actually it worked well before a week but now all APIs in source code above are blocked. I investigated source code and found "https:// www.google.com/accounts/ClientLogin", one of APIs returns "https:// developers.google.com/identity/protocols/AuthForInstalledApps".
Because of this result, http:// android.clients.google.com/market/api/ApiRequest in android-market-api cannot be used anymore.
Message says I have to migrate to OAuth 2.0 but there is no API for the same functions above.
Here is my questions.
- Is there official APIs with OAuth 2.0 for the same function above ?
- Is there alternative APIs or process for the same function above? (The best is finding a way to use android-market-api.)
I really have to resolve this issue. Please help me.
Thanks.
0 comments:
Post a Comment