Sheing Ng

Results 1 issues of Sheing Ng

I am trying to connect to fitbit oauth, here is my code: Map customParameters = {"scope": "activity"}; final OAuth flutterOAuth = new FlutterOAuth(new Config( "https://www.fitbit.com/oauth2/authorize", "https://api.fitbit.com/oauth2/token", "######", "################", "http://localhost:8080", "code",...