The Misfit Cloud API is a set of developer tools that provide an open platform for connecting various applications in a fluid and user-friendly manner.
Questions tagged [misfit]
6 questions
4
votes
1 answer
OAuth: App Id or redirect_uri does not match authorization code
App Id or redirect_uri does not match authorization code.
Since I'm quite the noob with OAuth and App development, I guess the mistake (as most of the time) is on my side. My App has a button (Log In) that directs the user towards a webview where…

FuriousFry
- 181
- 1
- 2
- 12
2
votes
1 answer
MisFit API inegration not supporting in Outsystem InAppBrowser
I am using MisFit API in my crossplatform Android application which is developed in OutSystem. I am using InAppBrowser for the login process. But due to the Google restriction, I am getting the error "disallowed_useragent".
I have tried the cordova…

jyotech
- 61
- 1
- 8
2
votes
1 answer
OAuth: Missing parameter response_type
I am building a mobile android app that connects to Misfit's API to collect data and do some scientific research. (https://build.misfit.com/) Misfit's API uses an OAuth authorization method that proves to be a bit difficult.
I got as far as pressing…

FuriousFry
- 181
- 1
- 2
- 12
0
votes
0 answers
No able to open MIS Fit developer registration sign up page
I am trying to integrate misfit data with one of our Web App. I could see 404 error when tried to open signup page of MISFit .
Details:
https://build.misfit.com/docs/cloudapi/get_started#preparation
Under quick start section there was link to signup…
0
votes
1 answer
Android misfit API OAuth 2 : How to save access token
With the following android code, i manage to do this:
Display authentification page, on my Android smartphone, to my user
Login, as a valid user, through this page with my credentials
Catch the Auth code
See, on my smarthpone webview, the…

Vetea
- 169
- 1
- 3
- 14
0
votes
1 answer
Volley: No authentication challenges found
I'm using Volley in an Android App to fetch data from the Misfit API (http://build.misfit.com). I tried to construct an intermittent activity, after someone logged in, to get all the data from the API. In that activity, I perform a JsonObject GET…

FuriousFry
- 181
- 1
- 2
- 12