Skip to content

Instantly share code, notes, and snippets.

@mikedamage
Created January 23, 2009 05:08
Show Gist options
  • Save mikedamage/50890 to your computer and use it in GitHub Desktop.
Save mikedamage/50890 to your computer and use it in GitHub Desktop.
$.ajax({
dataType: 'jsonp',
data: { count: 3, callback: 'twitterFeed' },
url: 'http://twitter.com/statuses/user_timeline/mikedamage.json',
jsonp: 'twitterFeed'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment