04-08-2016 11:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-08-2016 11:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I have tried to set expires_in to 2592000 as mentioned in the docs. After authenticating, I get the callback url and the parameter expires_in is always set to 86400.
Is it possible to set a longer expires_in for implicit grant?
04-08-2016 13:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



04-08-2016 13:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
This is working for me. Here is my example Authorization Page URL:

04-08-2016 14:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-08-2016 14:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
once i include prompt=login consent, then it doesn't respect the expires_in?
Can you see if that applies to you too? Is there a work around?

04-08-2016 15:56 - edited 04-08-2016 16:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



04-08-2016 15:56 - edited 04-08-2016 16:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@slingkid: I was able to reproduce this issue. We hope to have a fix for it within the next two weeks.
As an interim solution, `prompt=consent` without the `login` works, ex: https://www.fitbit.com/oauth2/authorize?response_type=token&client_id=228YX6&redirect_uri=https%3A%2...

