Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created March 20, 2012 21:17
Show Gist options
  • Save austinbv/2141391 to your computer and use it in GitHub Desktop.
Save austinbv/2141391 to your computer and use it in GitHub Desktop.
$.ajax({
url:"https://www.googleapis.com/oauth2/v1/tokeninfo",
data:{
access_token:sessionStorage.getItem('accessToken'),
},
method:'GET',
dataType:'jsonp',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment