subhoalmighty

Results 3 comments of subhoalmighty

Actually, what I have found out after thorough inspection is that - the redirection is working fine but in return, it always showing user has cancelled the authentication process. As...

I have used uni_links: ^0.5.1 to check what links I am getting back. It returns with the correct values .

`String? userId = await FitbitConnector.authorize( context: context, clientID: Strings.fitbitClientID, clientSecret: Strings.fitbitClientSecret, redirectUri: Strings.fitbitRedirectUri, callbackUrlScheme: Strings.fitbitCallbackScheme);`