Get accounts-reddit working in Meteor.js
As of 3/9/15
meteor add cw4gn3r:accounts-reddit
meteor add accounts-ui
In client:
html:
{{> loginButtons}}Click the login button, follow the guide.
In client:
javascript:
Accounts.ui = {};
Accounts.ui.options = {};
Accounts.ui.options.requestPermissions = {};
Accounts.ui.options.requestPermissions['reddit'] = ['identity'];
Accounts.ui.options.requestOfflineToken = {};Click the login button.
Written by albert martinez
Related protips
1 Response
dont follow, still testing
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Reddit
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#