Hello, I am on developing web applications by using noedJS/Express.
I have a problem with 'implementing resource owner password grant way' because I couldn't find any sample codes that I can refer to.
Is there any sample codes that I can refer to? I hope your helps.
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 @HealthcareLAB ... If you mean the Resource Owner Password Credentials Grant defined by https://datatracker.ietf.org/doc/html/rfc6749#section-4.3, this is not supported by Fitbit. The recommended authorization flow for Fitbit is Authorization Code Grant Flow with PKCE. We've documented how to implement it in your application at https://dev.fitbit.com/build/reference/web-api/developer-guide/authorization/.
Best Answer