Badges

Besides gaining reputation with your questions and answers, you receive badges for being especially helpful.
Badges appear on your profile page, and your posts.

function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }