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.
Today we added a whole bunch of new OAuth scopes (permissions) and made much more of the API accessible to OAuth clients. First off, we've renamed a couple of scopes for consistency:
- moderateflair is now modflair
- myreddits is now mysubreddits
Here is the full list of the OAuth-capable API as it exists now (grouped by scope):
edit - Edit Posts
- /api/del
- /api/editusertext
identity - My Identity
- /api/v1/me
modconfig - Moderate Subreddit Configuration
- /api/delete_sr_header
- /api/delete_sr_img
- /api/site_admin
- /api/subreddit_stylesheet
- /api/upload_sr_img
modflair - Moderate Flair
- /api/clearflairtemplates
- /api/deleteflair
- /api/deleteflairtemplate
- /api/flair
- /api/flairconfig
- /api/flaircsv
- /api/flairlist
- /api/flairtemplate
modposts - Moderate Posts
- /api/approve
- /api/distinguish
- /api/marknsfw
- /api/remove
- /api/unmarknsfw
mysubreddits - My Subreddits
- /reddits/mine/contributor
- /reddits/mine/moderator
- /reddits/mine/subscriber
privatemessages - Private Messages
- /api/block
- /api/compose
- /api/read_message
- /api/unread_message
- /message/inbox
- /message/sent
- /message/unread
read - Read Content
- /api/info
- /comments/article
- /r/subreddit/about.json
submit - Submit Content
- /api/comment
- /api/submit
subscribe - Edit My Subscriptions
- /api/subscribe
vote - Vote
- /api/vote
We've also added the ability to narrow the scope to a particular subreddit (or multireddit). For example, to ask a user for permission to submit and edit posts only in /r/forza and /r/redditracing, the scope you would use is forza redditracing:edit,submit.
Subreddit
Post Details
- Posted
- 12 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/changelog/c...