Hello,
I have a problem with managing my app on dev Fitbit. My callback URI looks like this: https://activepoints.co.uk/AP/#/consent-fitbit. That hash('#') inside my URL is forbidden and it doesn't allow me to register that callback and I get the error "Callback URL https://activepoints.co.uk/AP/#/consent-fitbit format is invalid". Is it possible to solve this somehow?
Thanks in advance
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 @Andrija,
The '#' doesn't appear to serve a purpose in your callback URL and I believe it would be best to just remove it. When I tried to see what would happen after removing the hash (https://activepoints.co.uk/consent-fitbit/), I was routed to a page that stated the authorization was successful. Would it be an issue if you removed the hash?
Looking forward to hearing from you!
Best Answer