03-22-2018 09:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-22-2018 09:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
HI,
I am trying to authenticate user in my ios app using implicit grant flow. I am confused with following line in the documentation.
"Fitbit follows the OAuth 2.0 Implicit Code Grant as specified in RFC 6749. Fitbit strongly recommends that you review the specification and use an OAuth client library for your programming language."
Should i use library to authenticate user. I am getting the access token without using any library. I am redirecting the user to a browser with client id and redirect url and getting back the access token and client id in return. I achieved this without any library. I am confused with above statement in the documentation.
