Hi, I am trying to register an App but I do not know what to put as my call back url as the app is in development. Would this be a link to Amazon Webservice App Hosting or my AWS DB? I tried to set is a desktop app temporarily, but that no longer works.
Thanks,
Mike
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.
It needs to be web accessible by FitBit and anyone else, so it can't be a local dev URL.
You can still use oauth1 until April which allows you to skip SSL validation and you can use local dev callback url's without failure. Although it isn't a good idea to use those settings in production since it's vulnerable to attack without proper SSL validation.
Best Answer