Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Callback URL

Hello,

 

I have a callback URL in the Fitbit API:  

https://www.test.com/directory/directorytest.aspx

 

When it returns to my site there is a Querystring value appended.

 

Will the missing QueryString Value throw this error from Fitbit?  

"Developer information: invalid_request - Invalid redirect_uri parameter value"

OR

Does the callBack URL ignore the QueryString values?

 

Thank you!

Dave

Best Answer
0 Votes
1 REPLY 1

this is my current authentication post:

https://www.fitbit.com/oauth2/authorize?response_type=code&client_id=XXXXXX&redirect_uri=https%3A%2F...

 

It used to work within the last month or two has anything changed recently?

Best Answer
0 Votes