11-25-2015 23:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
1
0
0
11-25-2015 23:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

1 REPLY 1
11-30-2015 10:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
Not applicable
0
0
0
11-30-2015 10:45
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@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.
