Skip to content

Instantly share code, notes, and snippets.

@seancron
Created June 5, 2011 19:38
Show Gist options
  • Save seancron/1009313 to your computer and use it in GitHub Desktop.
Save seancron/1009313 to your computer and use it in GitHub Desktop.
forrst getJSON test
$.getJSON("http://forrst.com/api/v2/users/info?username=seancron&callback=?", function(data) {
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment