oAuth 2.0 游乐场
Posted
技术标签:
【中文标题】oAuth 2.0 游乐场【英文标题】:oAuth 2.0 Playground 【发布时间】:2015-12-20 11:35:47 【问题描述】:我正在尝试使用 https://developers.google.com/oauthplayground/ 获取步数
我有令牌的 Exchange 授权码和 API 请求 获取
https://www.googleapis.com/fitness/v1/users/me/dataSources/derived:com.google.step_count.delta:com.google.android.gms:estimated_steps
在我的移动 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"
但我没有得到步数计数值。
【问题讨论】:
【参考方案1】:这里是您可以检查以将 google fit 集成到您的应用的链接
1) How to get step count from Google Fit REST API like Google Fit app?
2) https://plus.google.com/+DavidSchmidt/posts/TJjRTefojC6
【讨论】:
以上是关于oAuth 2.0 游乐场的主要内容,如果未能解决你的问题,请参考以下文章
OAuth 2.0 Playground:授权 API 按钮
Google OAuth 2.0 redirect_uri_mismatch 错误
使用 pydrive 从 OAUTH 游乐场谷歌实现访问令牌