0

我的fitbit朋友正在争夺步数,并希望在网页或 google 表格中显示排行榜——以更容易者为准。API-Get-Friends-Leaderboard有数据。我使用什么 url 来获取该数据的请求?最简单的方法是什么?jQuery.get一旦我拥有正确的 url 和 auth 凭据,我似乎可以使用它。

4

2 回答 2

1

The base URL for API requests to FitBit is https://api.fitbit.com/

Here is the general API info from the FitBit wiki: https://wiki.fitbit.com/display/API/Fitbit+Resource+Access+API

You may want to start by registering on Apigee.com and testing the FitBit API via their console.

于 2015-04-20T22:51:19.490 回答
0

在朋友或同事之间进行比赛的最简单方法是创建FitBit 组。组可以是公共的或私有的。

于 2015-05-03T19:07:31.347 回答