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.
android api oauth
Daenam kim
source share