PHP谷歌Play订阅API
问题描述:
我试图让谷歌使用PHP播放API订阅详情,并使用以下网址获得购买数据:PHP谷歌Play订阅API
https://www.googleapis.com/androidpublisher/v1/applications/[PACKAGE]/subscriptions/[SKU]/purchases/[PURCHASE_TOKEN]?access_token=[ACCESS_TOKEN]
我收到以下错误:
{
"error": {
"errors": [
{
"domain": "androidpublisher",
"reason": "developerDoesNotOwnApplication",
"message": "This developer account does not own the application."
}
],
"code": 401,
"message": "This developer account does not own the application."
}
}
请帮我理清一下。
答
只提供网址并不能帮助您获取任何应用程序的数据。你怎么这么认为。?它不安全。?你必须得到适当的数据,通过它你至少可以证明应用程序的所有权。
为什么这个标签为'css'? – asprin 2013-03-20 13:47:47
我认为这个URL是关于你需要拥有的那个应用程序的信息。 – 2013-03-20 13:48:07