We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added a sentence reminding users to set `Authorization` header when posting to `/access_token` URL
Added in JavaScript (Node + Browser) wrapper
Destroyed API: comment (markdown)
Made Account implement Created
Fixed whitespace issues on "has_verified_email" field
Minor copyediting: capitalization, typo fixes
Added raw.js
Add Reddit.js - a browser based Reddit API wrapper
Added link to Java Reddit OAuth example
Updated OAuth2 (markdown)
Incorrect info on POST data in section "Refreshing the Token"
Updated OAuth2 App Types (markdown)
Switched token use URL to https://oauth.reddit.com instead of the incorrect url https://ssl.reddit.com
Fixed link
Added Windows to app list examples.
Updated reddit install script for Ubuntu (markdown)
helper scripts!
fix install script link
http://oauth.reddit.com does not work; only https://oauth.reddit.com.
Created API: comment (markdown)
Added Greddit.
Added additional instructions for search provided by /u/gianlucaneri to the wiki
Updated API (markdown)
Reformat paragraphs, save as Markdown
added jReddit
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.
Destroyed OAuth2 Python Example Source (markdown)
Updated OAuth2 Python Example (markdown)