I'm working with a team of 3 new devs on our final project at a coding boot camp. We have two weeks to finish our project.
We would like to incorporate the fitbit API into a web app. I have some questions on how to go about doing that.
1) We need to get approved before we can use the API right?
2) If so, do we need to purchase a domain before approval?
3) Is there anything we need to know that you guys would recommend?
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.
What platform and programming language are you planning to use?
Best AnswerGreat thanks Jeremiah. We plan to use PHP (laravel as a framework) and Javascript.
We do go ahead and go through the registration process then correct?
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.
Tip: In your case, there are two options for OAuth 2 in your app. If you want to make API requests using PHP, use the Authorization Code Grant Flow. If you only plan on making API requests from the browser (XHR/"AJAX"), use Implicit Grant Flow.
Best Answer
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.
This sounds like you might have a time zone issue if a person is behind UTC. Are you sure you're still requesting the user's today?
For example, in San Francisco during Daylight Savings Time, the city is 7 hours behind UTC. So at 5 PM in San Francisco, the current date in UTC is different than the date for a person in San Francisco.
Best Answer