Skip to content

Instantly share code, notes, and snippets.

@coderholic
Created May 19, 2010 19:05
Show Gist options
  • Save coderholic/406700 to your computer and use it in GitHub Desktop.
Save coderholic/406700 to your computer and use it in GitHub Desktop.
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({appId: 'APP_ID', status: true, cookie: true, xfbml: true});
FB.api('/search?q=max&type=user', function(response) {
console.log(response);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment