08-22-2016 05:22
08-22-2016 05:22
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
08-22-2016 10:14
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
08-22-2016 10:14
@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 Answer09-02-2016 04:49
09-02-2016 04:49
Thanks for your reply. Currently I am using java on Google App Engine, so I prefer a Java based solution.
Best Answer09-05-2016 12:18
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-05-2016 12:18
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