04-23-2016 15:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-23-2016 15:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
04-23-2016 15:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-23-2016 15:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-25-2016 10:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



04-25-2016 10:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Are you using the Authorization Code or Implicit Grant flow?

04-25-2016 19:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-25-2016 19:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Implicit with prompt=login.
Thanks for the response!

04-26-2016 13:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



04-26-2016 13:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
The only reasons for an Implicit Grant Flow access token to stop working:
- The token expires. The default lifetime for Implicit Grant is 1 day, but apps can suggest a lifetime with `expires_in` and users can alter it on the Authorization Page.
- If the authorization is revoked by the app or by the user.
If you have specific user ids and access tokens, send them with your client id to private support and we can investigate.

04-27-2016 09:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-27-2016 09:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Yes, we are setting expires_in to 1 year. If I can get user_ids and access_tokens I'll let you know. Thanks!

