Skip to content

Instantly share code, notes, and snippets.

@ahilles107
Created April 2, 2012 10:17
Show Gist options
  • Save ahilles107/2282387 to your computer and use it in GitHub Desktop.
Save ahilles107/2282387 to your computer and use it in GitHub Desktop.
FlexSocial GG get User Data
...
flex.social.gg.login(function(res){
console.log('res');
// do something after login
flex.social.gg.getUser(function(userData){
// do something with userData
console.log('Hello' + userData.users[0].label)
});
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment