Skip to content

Oauth2 with Reddit #205

Open
Open
@henryfw

Description

@henryfw

I had to added the following after line 163 in oauth2.js (method getOAuthAccessToken) to get Reddit to work:

   'Authorization' : 'Basic ' + new Buffer(this._clientId + ':' + this._clientSecret).toString('base64') ,

This header addition did not seem to break Instagram or Google Oauth2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions