Wednesday, April 6, 2016

How to take app list and app details from Google Play with using some APIs?

Leave a Comment

Now I was taking app list and app details from Google Play.

It's based on open source below.

https://code.google.com/p/android-market-api/.

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

Message says I have to migrate to OAuth 2.0 but there is no API for the same functions above.

Here is my questions.

  1. Is there official APIs with OAuth 2.0 for the same function above ?
  2. 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 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment