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 AnswerHello @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 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.
@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