Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Created August 11, 2011 21:25
Show Gist options
  • Save burkeholland/1140820 to your computer and use it in GitHub Desktop.
Save burkeholland/1140820 to your computer and use it in GitHub Desktop.
<script>
$.getJSON('https://api.twitter.com/1/statuses/user_timeline.json?screen_name=elijahmanor&count=50&exclude_replies=true&trim_user=true', function(data) {
console.log(data);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment