/ Published in: jQuery
Expand |
Embed | Plain Text
$.getJSON("http://twitter.com/statuses/user_timeline/marcgg.json?count=1&callback=?", function(data){ alert("text:" + data[0].text); alert("date:" + data[0].created_at); } );
You need to login to post a comment.
