11-04-2015 04:04
11-04-2015 04:04
I tried to get my heart rate using the api through postman. I get the error "redirect_uri" not defined in the application.
.
I have not specified the redirect_uri in my application created through fitbit. Is it possible to get the response from the api through postman withour redirect_uri ?
.
api : https://api.fitbit.com/1/user/-/activities/heart/date/today/1d.json
11-04-2015 05:29
11-04-2015 05:29
Hello @RajeshJeyapaul over moved your post to the developer section about the Ali. This is where the programmers that understand the api Api hang out.
11-05-2015 16:41
11-05-2015 16:41
@RajeshJeyapaul wrote:
I have not specified the redirect_uri in my application created through fitbit. Is it possible to get the response from the api through postman withour redirect_uri ?.
api : https://api.fitbit.com/1/user/-/activities/heart/date/today/1d.json
Are you getting a redirect_uri error access heart rate or as part of the OAuth process?
You can use http://localhost/ if you just need a placeholder redirect (must be specified in your app settings and in your OAuth authorization request).