Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sample FitBit App Code for Eclipse or other IDE and guidelines

Dear All,

 

is there any sample app for fitbit where I can have access to its code?

I want to develop an app for Fitbit and I would like to find the guidelines

how to download the api and use it in Eclipse, Qt or other IDE.

Could you please tell me how to find examples or other sources?

 

Thanx,

D.

Best Answer
0 Votes
3 REPLIES 3

Welcome, @a3fdsfd. Fitbit's Web API is a standard OAuth 2.0 web API. We don't have a sample project for a specific IDE. I recommend that you find an OAuth 2.0 library for your preferred language and application framework. You should be able to then specify the Fitbit-specific details (e.g. client id, authorization URI) and then be able to request permission from a Fitbit user and make HTTP requests for data on their behalf.

Best Answer
0 Votes

it would be extremely helpful if you could provide an example Android App that uses oAuth 2.0 (Trivial for you, many, many hours for newcomers)/

Best Answer

 

@scoleman2272 wrote:

it would be extremely helpful if you could provide an example Android App that uses oAuth 2.0 (Trivial for you, many, many hours for newcomers)/


 

I agree wholeheartedly!

 

I'm sure one of the geniuses on the team that wrote the Fitbit app could knock out a very simple sample project in an hour. Of course, I'd like to see it in Swift for iOS.

 

Best Answer