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

invalid_request - This application has not specified a redirect_uri in its

ANSWERED

Hi.

I have the same issue. I recently migrated my app connection with fibit to Oauth2.0. It was working fine few days back but now its stop working.

In below url you can see what url I am trying to include as request_uri. Its exactly the same that I defined in app settings "http://perkit.eu/fitbit/connect" in http://dev.fitbit.com but error is still there.

 

This is the url that comes after login into fitbit on connecting with it.

 

https://www.fitbit.com/oauth2/authorize?response_type=code&client_id=229ndz&redirect_uri=http%3a%2f%...

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

@ayaz: The client id is case sensitive. Your client id is in your URL as 229ndz instead of 229NDZ.

View best answer in original post

Best Answer
0 Votes
2 REPLIES 2

@ayaz: The client id is case sensitive. Your client id is in your URL as 229ndz instead of 229NDZ.

Best Answer
0 Votes

Hi @JeremiahFitbit
I am using FitBit api to get user's data in my Android app, It doesn't communicate with any server for using in App. For implementating oAuth, I'm using Chrome custom Tabs, When I 'Allow' app to access user's fitbit data, it is givin me ERR_UNKNOWN_URL_SCHEME.

My Callback URL : <myappname>://logincallback
In manifest,

 

<data
android:host="logincallback"
android:scheme="myappname" /> 

Best Answer
0 Votes