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
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.
@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
Thanks for your reply. Currently I am using java on Google App Engine, so I prefer a Java based solution.
Best Answer
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.
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