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.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
@ayaz: The client id is case sensitive. Your client id is in your URL as 229ndz instead of 229NDZ.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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