I choose personal type.
But, I was gave "Developer information: unauthorized_client - A "Personal" application is only authorized to request access tokens from the owner of the application". When I choose server or client type, I can give "You are now authorized to access the Fitbit API!"
I want to get personal type , and I want intraday data!
I don't know what I should I do.
Please help me. My research don't proceed.
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
@TakumiHizawa If your app type is "Personal" then you can only get intraday time series data for the owner of the app only. Make sure the account you used to register the app is the same one you're requesting data for.
Best AnswerThank you for me to advice!!
I don't understand to fitbit all contents, so I have a question.
Can I become owner? If I can become owner app, how do I set?
Best Answer
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
@TakumiHizawa The account you used to register the app at https://dev.fitbit.com/apps is the "owner", so if you're requesting data for an account different from that one, then you'll see that error. I don't think you have the ability to change owners of an app, but if you've registered an app, then you're the owner.
Best AnswerAfter you have gotten such authorization, considering that your app is registered as personal, what should be done next to get the intraday data?
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 @CarolFD
If your application type is set to "personal" or you've been approved for Intraday access, then you just need to execute the Intraday endpoints. Below are the links to where the endpoints are documented.
https://dev.fitbit.com/build/reference/web-api/activity/#get-activity-intraday-time-series
https://dev.fitbit.com/build/reference/web-api/heart-rate/#get-heart-rate-intraday-time-series
Best Answer