01-22-2016 21:43 - edited 01-22-2016 21:45
01-22-2016 21:43 - edited 01-22-2016 21:45
Greetings.
I am working my way through oAuth 2.0 and so far I am still doing OK.
No thoughts of despair.
Right now this is a FYI -
This page:-
https://dev.fitbit.com/docs/oauth2/
has a section on Implicit Grant Flow.
This has a code fragment for "callback code example" embedded as a picture.
The picture contains the statement:-
-----
https://www.fitbit.com/oauth2/authorize?
response_type=code&client_id= ...
-----
If I understand things correctly, should not the response_type for Implicit Grant Flow be "token", not "code"?
Regards,
Tony Barry
[edited for typos]