I need to verify Android inapp purchases (subscriptions to a web site)
in my App Engine based server. It looks easy enough to do with the
Purchase Status API [1], but I'm not sure I understand the
authentication required.
According to the documentation, calls to the API are authenticated
with OAuth2, and from what I have gathered it uses the web server
flow. If really necessary I can go through the oauth dance, get a
refresh token, and embed it in my application. Is this really the
only/correct way to do it?
[1] <
http://developer.android.com/google/play/billing/gp-purchase-status-api.html>
--
Pertti