02-02-2022 12:17
02-02-2022 12:17
when I first time click login button it ask me for login info for Fitbit then after I press login it keep showing loading icons instead of returning me access token .
this is the function i am using
02-02-2022 12:28
02-02-2022 12:28
App is built with React Native, title should read: React Native (Android) app stuck on loading after logging into browser and running okay on iOS.
02-05-2022 18:06
02-05-2022 18:06
Hello @s.m.minert I've moved this and your other post to the API development board
02-07-2022 13:12
02-07-2022 13:12
Hi @s.m.minert
Your redirect URL looks like it is pointed to the Fitbit app. Instead, it should point to an entry point in your application. For example myapp://callback.
Gordon