Add note about no specific 'token expired' error

reviewable/pr26/r1
Daniel Wagner-Hall 9 years ago
parent 0440983c4a
commit 9515640d5e

@ -1114,6 +1114,11 @@ access_token
refresh_token (optional)
A refresh token, as is returned from login.
There is no specific error message to indicate that a request has failed because
an access token has expired; instead, if a client has reason to believe its
access token is valid, and it receives an auth error, they should attempt to
refresh for a new token on failure, and re-try the request with the new token.
Changing Password
~~~~~~~~~~~~~~~~~
This section refers to API Version 2. These API calls currently use the prefix

Loading…
Cancel
Save