Skip to content

Instantly share code, notes, and snippets.

@ahilles107
Created April 10, 2012 09:06
Show Gist options
  • Save ahilles107/2349581 to your computer and use it in GitHub Desktop.
Save ahilles107/2349581 to your computer and use it in GitHub Desktop.
FlexBadges get info about badge.
...
flex.badges.badge.get('badge_id', function(badgeData){
// do something with badge data in res
// console.log(badgeData)
});
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment