Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Redirect Uri Implicit flow

Hi, 

I am new to the Fitbit community and OAuth 2.0 development. 

I was wondering how the redirect Uri should look like if I am using the implicit flow. 

I want the user to be redirected to the application itself and can't find anything on the internet about this.

Sorry if this seems like an easy question.

 

Thanks,

Merdan 

Best Answer
0 Votes
1 REPLY 1

Hi @CSE2000,

 

Welcome to the forums!

 

The redirect URI is the location in your application the Fitbit user is sent to after user consent has occurred.

 

During the authorization process, the user is sent to Fitbit’s OAuth 2.0 Authorization web page. The user is then returned back to your application after successful authorization via the redirect URL. Native applications can use custom URL schemes as redirect URLs to redirect the user from the browser back to the application requesting permission.

 

I hope this helps. Let me know if you have any additional questions.

Best Answer
0 Votes