This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
reddit now supports OAuth 2 refresh tokens.
You can now ask users for long-term grants on the /api/v1/authorize
page by adding the duration=permanent
parameter to the query string. If the user allows this authorization, you will receive a refresh_token
when you fetch the access code from /api/v1/access_token
. Whenever your access token expires, you can obtain a new one from /api/v1/access_token
by using the refresh token you were given and grant_type=refresh_token
(until the user revokes the grant).
In addition, the lifetime of access tokens has been extended from 10 minutes to an hour.
Subreddit
Post Details
- Posted
- 12 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/changelog/c...