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.
Our initial OAuth 2 examples used https://oauth.reddit.com for everything. We originally intended this domain to support the authorize and access_token API calls, in addition to all OAuth 2 calls (i.e., calls with bearer tokens). However, this doesn't make for a good user interface and complicates our haproxy configs.
From this point on, use https://oauth.reddit.com only for API calls with bearer tokens. Any other request will be rejected with a 403 error. Use https://ssl.reddit.com for the authorization URL to send users to, and for the access_token API call you make to obtain the bearer token.
Subreddit
Post Details
- Posted
- 12 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/redditdev/c...