I have an android application build with reactjs ionic capacitor. Here is my authorization url. It redirects me where I do an app permission. After I click the Allow button it redirects me back to the redirect_uri but without code parameter. In IOS and web it works fine.
https://www.fitbit.com/oauth2/authorize?client_id=XXXXX&redirect_uri=com.lorehealthcare.communitytes...
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.
@rr.cirilo Welcome to the forums!
It looks like you've created a case through our support CRM as well. I have already provided you with a response via email.
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.
What do you mean by "hard refresh" your android app?
Gordon
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 @rr.cirilo
React Ionic Capacitor does not sound like something specific to Fitbit. I would recommend performing some Google searches to find the documentation.
Gordon
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 @rr.cirilo
The Fitbit Web API supports OAuth 2.0 Authorization Framework, rfc6749. If Ionic's authorization framework supports this, I would suspect it would work with Fitbit.
Also, if any developers in the community that have used Ionic, please provide some helpful tips to @rr.cirilo.
Best Answer