Skip to content

Instantly share code, notes, and snippets.

@apucacao
Last active March 16, 2016 23:04
Show Gist options
  • Save apucacao/c2266be2571512e84304 to your computer and use it in GitHub Desktop.
Save apucacao/c2266be2571512e84304 to your computer and use it in GitHub Desktop.
VSS.ready(function() {
VSS.getAppToken().then(
function(token) {
console.log(token);
},
function(error) {
console.log(error);
}
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment