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

Integration via Implicit Grant Flow

I am trying to integrate my application with Fitbit API via Implicit grant flow. The callback URL and access token are separated by character '#' instead of character '?'. Hence not able to fetch the parameters from the URL.
Best Answer
0 Votes
1 REPLY 1

@TA_Info wrote:
I am trying to integrate my application with Fitbit API via Implicit grant flow. The callback URL and access token are separated by character '#' instead of character '?'. Hence not able to fetch the parameters from the URL.

It sounds like you are trying to build an application on the server-side, in which case you should use the Authorization Code flow.

Best Answer