Created
May 15, 2011 21:37
-
-
Save adamloving/973565 to your computer and use it in GitHub Desktop.
The simplest way to get a user's Twitter timeline using Javascript and jQuery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var url = "http://twitter.com/status/user_timeline/adamloving.json?count=10&callback=?"; | |
$.getJSON( url, function( data ){ console.log(data) }); |
iwannabebot
commented
Oct 24, 2018
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment