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

Tutorial for accessing fitbit's Web API from Google App Engine

Dear fitbit-community,

 

thanks for sharing your knowledge here in this forum. I was looking for a working tutorial on how to access fitbit's web api from an application which is running on Google App Engine. Unfortunately I was not able to find a suitable example on the internet. Thanks in advance, if someone posts a running example or code snippet. I guess I will be able to adapt the code snippet related to my needs.

 

Jochen

Best Answer
0 Votes
3 REPLIES 3

@Jochen1980: I think Google App Engine supports Node.js. I have a personal demo project for using the Fitbit Web API with Node.js and the Hapi.js framework at https://github.com/jeremiahlee/fitbit-hapi-demo .

Best Answer
0 Votes

@JeremiahFitbit

 

Thanks for your reply. Currently I am using java on Google App Engine, so I prefer a Java based solution.

Best Answer
0 Votes

You should find a Java OAuth 2.0 client library and be able to configure it to work with Fitbit's Web API. You can find a list of several Java libraries at https://oauth.net/code/ . Be sure to scroll down to the client libraries section.

Best Answer
0 Votes