Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

History / OAuth2

Revisions

  • Space-separated scopes are supported (https://github.com/reddit/reddit/blob/master/r2/r2/models/token.py#L296)

    @KevinMGranger KevinMGranger committed Jan 8, 2016
  • add Android Example

    @pratik98 pratik98 committed Nov 20, 2015
  • Fixed small typo

    @jimmyjxiao jimmyjxiao committed Nov 9, 2015
  • This isn't explained in the wiki, and I wasted many hours figuring this out.

    @jimmyjxiao jimmyjxiao committed Nov 7, 2015
  • Updated OAuth2 (markdown)

    @chrisst chrisst committed Aug 13, 2015
  • Try to emphasize and clear up the Basic Auth requirements + some formatting

    @chrisst chrisst committed Jun 23, 2015
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Mar 19, 2015
  • s/Reddit/reddit/g as per https://www.reddit.com/about/alien/

    @lowell lowell committed Feb 9, 2015
  • `modposts` scope listed twice. List is also missing `account`, `creddits`, `livemanage`, and `modself` scopes; unsure if intentional.

    @lowell lowell committed Feb 9, 2015
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Dec 19, 2014
  • ssl -> www

    @kemitche kemitche committed Dec 16, 2014
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Dec 10, 2014
  • Fix formatting of nested list

    @kemitche kemitche committed Dec 4, 2014
  • Add iOS example

    @mtitolo mtitolo committed Dec 4, 2014
  • Complete markdown link

    @mattbdean mattbdean committed Oct 31, 2014
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Oct 14, 2014
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Oct 14, 2014
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Oct 14, 2014
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Oct 14, 2014
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Aug 22, 2014
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Aug 22, 2014
  • Clarify http basic auth reqs.

    @kemitche kemitche committed Jul 7, 2014
  • Added a sentence reminding users to set `Authorization` header when posting to `/access_token` URL

    @eimantas eimantas committed Jul 7, 2014
  • Added link to Java Reddit OAuth example

    @GitTom GitTom committed Apr 11, 2014
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Apr 10, 2014
  • Incorrect info on POST data in section "Refreshing the Token"

    @kemitche kemitche committed Apr 9, 2014
  • Updated OAuth2 (markdown)

    @kemitche kemitche committed Apr 8, 2014
  • Fixed link

    @sgtfrankieboy sgtfrankieboy committed Apr 5, 2014
  • http://oauth.reddit.com does not work; only https://oauth.reddit.com.

    @clintonc clintonc committed Apr 2, 2014
  • 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.

    @BenjaminAdams BenjaminAdams committed Mar 25, 2014