We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
s/Reddit/reddit/g as per https://www.reddit.com/about/alien/
`modposts` scope listed twice. List is also missing `account`, `creddits`, `livemanage`, and `modself` scopes; unsure if intentional.
Updated OAuth2 (markdown)
ssl -> www
Fix formatting of nested list
Add iOS example
Complete markdown link
Clarify http basic auth reqs.
Added a sentence reminding users to set `Authorization` header when posting to `/access_token` URL
Added link to Java Reddit OAuth example
Incorrect info on POST data in section "Refreshing the Token"
Fixed link
http://oauth.reddit.com does not work; only https://oauth.reddit.com.
I felt that it was not intuitive to figure out what possible scope values there are, I know it's listed on http://www.reddit.com/dev/api/oauth, but adding them here would make it more clear that there are more possible scope values.
Added line break for readability
Overhaul OAuth 2 documentation
state is required
Remove outdated strikethrough sentence.