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.
Hi @aki_ncdc,
Welcome to the forums!
I apologize for the delays in reviewing your Intraday request. I've followed up with the team to get an update on your request. Once I hear back, I will let you know.
Please let me know if you have any additional questions in the meantime.
Best AnswerHi,@JohnFitbit
What about the current situation?
I ’ve been waiting for a long time, but I ’m having trouble getting my app released due to this issue.
I would be grateful if you could proceed with priority.
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.
Hi @aki_ncdc
I found your request. It seems you have created several cases for the same request. I'm consolidating them all into case 34139528 and have sent you a message. Please look out for it.
Best,
Gordon
Best AnswerHi, @Gordon-C
Thank you for your reply.
I wrote it, but wrote it here because there was no reply.
Our app is only licensed by fitbit.
In spite of filing in December, the release is delayed due to this and loss is occurring.
Can you tell me when this problem will be solved?
Best AnswerHi, @Gordon-C @JohnFitbit
The application has been released, but fitbit cannot be used yet.
I'm very anxious that there is no reply for many days.
Please respond as soon as possible.
Best AnswerHi, @Gordon-C
I talked to a Japanese representative earlier and realized that the application was wrong.
I don't need the fine data during the day, I just want to be able to access the web api with an unspecified number of fitbits. How should I develop it?
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.
Web API applications query data from the Fitbit user's account, not directly from the device. We support OAuth2 as the mechanism for Fitbit user's to consent to share their data with your application. Once the user consents, you'll use the access token generated by Fitbit to query that specific user's data. You'll need to keep track of the access token and refresh token (if applicable).
Here's the link to the documentation: https://dev.fitbit.com/build/reference/web-api/.
There is plenty of sample code available through internet searches. We don't care the language or platform as long as you have a OAuth2 library supported for your programming language and platform.
Best Answer