01-31-2020 02:31
01-31-2020 02:31
I've been sending”Intraday Enquiry request” for a long time.
When will the results come?
CaseNumber: 34139528
02-03-2020 17:28
02-03-2020 17:28
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.
02-14-2020 00:03
02-14-2020 00:03
Hi,@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.
02-14-2020 09:52
02-14-2020 09:52
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
02-22-2020 17:17 - edited 02-22-2020 17:18
02-22-2020 17:17 - edited 02-22-2020 17:18
Hi, @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?
02-25-2020 23:46
02-25-2020 23:46
Hi, @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.
02-27-2020 00:24
03-02-2020 22:15
03-02-2020 22:15
Hi, @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?
03-03-2020 07:51
03-03-2020 07:51
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.