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
Best Answer11-04-2015 05:29
Platinum Fitbit Product Experts share support knowledge on the forums and advocate for the betterment of Fitbit products and services. Learn more
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.
Best Answer11-05-2015 16:41
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.
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).
Best Answer