02-01-2016 04:59 - edited 02-01-2016 20:25
02-01-2016 04:59 - edited 02-01-2016 20:25
In my web apps, I'm using single page app using Angular
and the callback url is my apps is http://domainname.com/#!/callback-fitbit
when I tried to put in "Register an App" the callback URL, I'm getting this error
02-01-2016 10:42
02-01-2016 10:42
That's not a valid redirect URI because it should be "https://" (two slashes).
Also, if you're using the Implicit Grant Flow, you cannot use a URL fragment (#) in your redirect URI, as Fitbit must overwrite it with the OAuth 2 values.