oAuth 2.0 游乐场
oAuth 2.0 Playground
我正在尝试使用 https://developers.google.com/oauthplayground/
计算步数
我有令牌的 Exchange 授权代码并请求 API
得到
在我的移动 googleFit APP 中,它显示它已连接到我的项目。
我收到的 Json 响应:
Content-type: application/json; charset=UTF-8
{
"dataType": {
"field": [
{
"name": "steps",
"format": "integer"
}
],
"name": "com.google.step_count.delta"
},
"application": {
"packageName": "com.google.android.gms"
},
"dataStreamId": "derived:com.google.step_count.delta:com.google.android.gms:estimated_steps",
"type": "derived",
"dataStreamName": "estimated_steps"
}
但我没有得到步数。
这是 link,您可以检查它是否集成 google 适合您的应用程序
1)
我正在尝试使用 https://developers.google.com/oauthplayground/
计算步数我有令牌的 Exchange 授权代码并请求 API 得到
在我的移动 googleFit APP 中,它显示它已连接到我的项目。
我收到的 Json 响应:
Content-type: application/json; charset=UTF-8
{
"dataType": {
"field": [
{
"name": "steps",
"format": "integer"
}
],
"name": "com.google.step_count.delta"
},
"application": {
"packageName": "com.google.android.gms"
},
"dataStreamId": "derived:com.google.step_count.delta:com.google.android.gms:estimated_steps",
"type": "derived",
"dataStreamName": "estimated_steps"
}
但我没有得到步数。
这是 link,您可以检查它是否集成 google 适合您的应用程序
1)