How do I view a list of apps and apps on Google Play using some APIs?

Now I accepted the list of applications and application information from Google Play.

It is based on the open source code below.

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

In fact, it worked long before the week, but now all the APIs in the source code above are blocked. I examined the source code and found "https://www.google.com/accounts/ClientLogin", one of the API returns "https://developers.google.com/identity/protocols/AuthForInstalledApps".

Due to this result, http://android.clients.google.com/market/api/ApiRequest in android-market-api can no longer be used.

Message

The message says that I need to switch to OAuth 2.0, but the API for the same functions is higher.

Here are my questions.

  • Are there any official APIs with OAuth 2.0 for the same function above?
  • Is there an alternative API or process for the same function above? (It’s best to find a way to use the Android Market-api.)

I really need to solve this problem. Please help me.

Thanks.

+7
android api oauth
source share

No one has answered this question yet.

See related questions:

620
How to install Google Play services in a Genymotion virtual machine (without drag and drop support)?
526
How to open the Google Play Store directly from the Android application?
329
Formatting Google Play app description
309
Message LogCat: Google Play Services Resources not found. Check your project configuration to make sure resources are turned on.
14
Any Android Market API from Google?
eleven
C2DM with PHP using OAuth2.0 (ClientLogin is deprecated!)
3
C2DM server. Should we use OAuth now?
2
Can I get the Android App category from Google Play?
-one
Which authentication method is best for working with Google api and Google accounts on Android?
-one
How to get Android app version code using Google Api?

All Articles