Created
October 25, 2011 14:41
-
-
Save pkarl/1312964 to your computer and use it in GitHub Desktop.
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
$.get('https://api.twitter.com/1/statuses/mentions.json?include_entities=true', {'since_id':'1234'}, function(data){ | |
// parse that shit | |
// insert that shit | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds good -- go for it.