Skip to content

Instantly share code, notes, and snippets.

@pkarl
Created October 25, 2011 14:41
Show Gist options
  • Save pkarl/1312964 to your computer and use it in GitHub Desktop.
Save pkarl/1312964 to your computer and use it in GitHub Desktop.
$.get('https://api.twitter.com/1/statuses/mentions.json?include_entities=true', {'since_id':'1234'}, function(data){
// parse that shit
// insert that shit
});
@sjl
Copy link

sjl commented Oct 25, 2011

Sounds good -- go for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment