0

My fitbit friends and are competing for steps and want to display the leaderboard in a web page or google sheet–whichever is easier. API-Get-Friends-Leaderboard has the data. What url do I use to make a get request for that data? What's the easiest way to do this? Is seems like I could use jQuery.get once I have the right url and auth credentials.

ryanve
  • 50,076
  • 30
  • 102
  • 137

2 Answers2

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.

kevintechie
  • 1,441
  • 1
  • 13
  • 15
0

The easiest way to do competitions between friends or coworkers is to create FitBit groups. Groups can be public or private.

ryanve
  • 50,076
  • 30
  • 102
  • 137