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.
Hi,
I've been playing around with the reddit API for a while and something that I could never understand is that, I am unable to get the refresh_token
for script type apps.
I usually make a POST Request to https://www.reddit.com/api/v1/access_token
endpoint with grant_type=password
. This only provides access_token
with a validity of 24 hours.
I tried making requests with duration=permanent
in the POST data, but still couldn't get a refresh token. Could someone help me understand more about this ? (I don't think the docs have been updated)
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/redditdev/c...