I want to develop an app to store my content, but I don't want the user got auth every time? I just wonder how long will the access_token will be expired or is there any refresh_token?
The auth_tokens in our current system won't expire.
(note that if and when we switch to standard OAuth, this will obviously change)