Skip to content

Instantly share code, notes, and snippets.

@edewit
Created November 11, 2014 11:56
Show Gist options
  • Save edewit/9011e1a62abc66d1b34e to your computer and use it in GitHub Desktop.
Save edewit/9011e1a62abc66d1b34e to your computer and use it in GitHub Desktop.
oauth2.google("517285908032-l580qf378r0jg5l9ebt52ugvbp5vvf06.apps.googleusercontent.com", ['openid', 'email'])
.then(function (result) {
console.log(result);
}, function (error) {
alert(error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment