08-30-2016 22:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-30-2016 22:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Answered! Go to the Best Answer.
Accepted Solutions
09-05-2016 12:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



09-05-2016 12:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@ayaz: The client id is case sensitive. Your client id is in your URL as 229ndz instead of 229NDZ.

09-05-2016 12:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



09-05-2016 12:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@ayaz: The client id is case sensitive. Your client id is in your URL as 229ndz instead of 229NDZ.

09-29-2016 23:26 - edited 09-29-2016 23:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-29-2016 23:26 - edited 09-29-2016 23:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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" />

