- Http://www.chanpory.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (Meteor.isClient) { | |
Template.hello.events({ | |
'click .github': function() { | |
// initiate the OAuth process: | |
// ask for the desired permissions | |
// run the callback after the user authorizes the app | |
// https://github.com/meteor/meteor/blob/devel/packages/github/github_client.js#L8 | |
Github.requestCredential({ | |
loginStyle: 'popup', | |
requestPermissions: ['gist'] |