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