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

Is Fitbit API Login down?

ANSWERED

My app was working 100% as intended with Oauth login flow.

 

Via this URL: 

https://www.fitbit.com/oauth2/authorize?response_type=token&client_id=22DFGJ&redirect_uri=tensiontam...

 

However in the last day when attempting to login the user now is shown this page an does not login. Any Ideas? Screen Shot 2019-01-13 at 3.29.18 PM.png

 

 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Hi @hoosierfan24,

 

Are you still getting the error described in your post?   My test this morning was successful.  

 

I did notice one problem in your URL.  The redirect_uri parameter value needs to be an absolute URL.  For example, redirect_uri=tensiontamer://callback.

 

 

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

View best answer in original post

Best Answer
2 REPLIES 2

Hi @hoosierfan24,

 

Are you still getting the error described in your post?   My test this morning was successful.  

 

I did notice one problem in your URL.  The redirect_uri parameter value needs to be an absolute URL.  For example, redirect_uri=tensiontamer://callback.

 

 

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer

All set thank you!

Best Answer
0 Votes