Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of fixes #6

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

davejtoews
Copy link

This pull request includes a number of fixes already implemented in the fork by @SimplyLinn.

My own contribution is to include some missing dependencies, Random and Underscore. This will resolve issue #6 on the meteor-accounts-reddit repo.

MrOpposite and others added 9 commits March 31, 2016 10:12
… their own user-agent. Also made user-agent usage consistent troughout http-requests.
…now from reddit which scopes the access token is valid for. Otherwise your application would have to trust the client code not being manipulated into asking for different scopes.
… OAuth.registerService. refreshToken is now added the same way as accessToken
removed deprecated meteor.http.post and used HTTP.call
@SimplyLinn
Copy link
Contributor

SimplyLinn commented May 4, 2019

I wrote my changes years ago and don't remember if there are any breaking changes. I quickly skimmed trough the changes and the default scope changed from "read" to "identity". This will make applications relying on the default scope being "read" break when trying to use that scope.

Might be more changes like this hidden in there that I missed.

Just something to be vary of when setting the version, and writing patch notes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reddit_client.js:21 Uncaught ReferenceError: Random is not defined
3 participants