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

Authorization Page not showing up after login error: invalid_request - Missing scope parameter value

Hi,

I'm trying to build an app by calling Fitbit api. I managed to have the login feature work but the Authorization Page is not coming out. it's "Developer information: invalid_request - Missing scope parameter value" message instead. I spent all day checking/googling but couldn't find a way. Anyone has any idea?

btw, I'm using rails gems

gem 'omniauth-fitbit'
gem 'fitgem' 

and can reference from this page.

 

Screen Shot 2018-10-05 at 9.09.51 AM.png

This is the page after login. fyi

Best Answer
0 Votes
2 REPLIES 2

Screen Shot 2018-10-05 at 9.09.51 AM.png

This is the page after log in. fyi

Best Answer
0 Votes

Hi @chittyliu,

 

The error message states you're missing the scope parameter value.  Would you check your authorize endpoint (https://www.fitbit.com/oauth2/authorize?scope=...) to see if you included the "scope" parameter?

 

Gordon

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