问题标签 [sony-lifelog-api]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
729 浏览

sony-lifelog-api - 使用 Lifelog API 计算卡路里

我现在有来自 Lifelog API 的实际数据,格式如下

这很好,但我想要的是计算卡路里。如何使用 API 执行此操作?

0 投票
1 回答
82 浏览

sony-lifelog-api - Lifelog API 总数不匹配

我已经能够从 Lifelog API 检索数据并计算我需要的所有总数,但我发现我计算的总数与 Lifelog 应用程序显示的总数不同。知道我可能做错了什么吗?这是我正在运行以获取总步数的示例查询:

0 投票
0 回答
275 浏览

sony - 索尼 Lifelog API 中的刷新令牌方法返回 500 错误

我正在尝试将 refresh_token 用于索尼的 lifelog api,但它返回 500 错误。我将请求发送到https://platform.lifelog.sonymobile.com/oauth/2/refresh_token

我的要求是:

回应是:

否则,我对身份验证或使用 API 没有任何问题,只是这个调用给了我错误。

0 投票
1 回答
479 浏览

sony-lifelog-api - 如何从 Sony lifelog 获取访问令牌?

我想从平台生命日志中获取访问令牌。

我应该怎么做才能获得访问令牌或代码。我正在使用 Node.js。这是我的要求,但我不知道如何获取代码。

我很感激这方面的任何帮助。

0 投票
1 回答
18 浏览

sony-lifelog-api - 分页链接不包括活动类型

在进行包含“类型”参数的调用时,实际上似乎只有第一页受到影响。下一页的链接不包含该参数,因此后续页面不受影响。

这是 API 中的错误,还是开发人员应该自己包含这个错误?

0 投票
0 回答
68 浏览

sony-lifelog-api - Lifelog 以 ERR_EMPTY_RESPONSE 响应

处理 Sony Lifelog 身份验证的页面似乎存在使其无法访问的问题。我们的应用程序(Android 应用程序和网站)都无法获得刷新令牌或访问令牌;我们得到的唯一回应是ERR_EMPTY_RESPONSE

其他人也在经历它:https ://talk.sonymobile.com/t5/Lifelog/Can-t-log-in-to-Lifelog/td-p/678295/page/2

API 状态仪表板显示该服务已启动,但我怀疑它仅指实际的 Lifelog 数据 API 而不是身份验证服务。

这是一个已知的问题?现在有什么解决方法吗?

0 投票
1 回答
126 浏览

sony-lifelog-api - 需要了解 SONY lifelog API

sony-lifelog API 功能如何离线工作?由于 API 需要对其端可用的数据进行响应,这些数据未存储在本地设备中,因此该机制如何工作。提前致谢。

0 投票
2 回答
244 浏览

sony - 无法使用生成的访问令牌检索数据。每次都得到 403 错误代码

我能够生成访问令牌并存储它。但我无法使用此访问令牌获取数据。所以任何人都可以建议我如何在标题字段中设置此访问令牌。我正在android中开发应用程序。当我请求配置文件端点时,它一直给我 403 错误。

我设置授权标头的代码如下: con.setRequestProperty("Authorization","Bearer "+accesstoken); 其中 con 是 URLConnection 对象。

除此之外,我还需要为 con 对象设置哪些标头才能成功请求。

任何类型的帮助将不胜感激。提前致谢。

这是获取配置文件数据的类:

0 投票
1 回答
2140 浏览

sony - 如何从 sony lifelog api 请求心率

如何从 lifelog API 请求心率(使用 smartband 2)?

0 投票
2 回答
831 浏览

sony - Smartband 2 Access heart rate variability

So far the Smartband 2 is a great device and one of it's core features is the measurement of the heart rate variability (HRV). As I have already read through all the APIs that the Smartband 2 is posting it's data to, I am still wondering if it is possible to access the heart rate variability directly.

So far it seems that I can only get ALL other data except for the heart rate variablity form the Smartband 2. Am I missing something? Is it maybe possible to calculate the heart rate variability from any of the other values that I can access via the APIs?

Any help would be highly appreciated.

Thanks.