Can I fetch the tweet from Twitter if I know the tweet's id?
+1
A:
If you know the status id, you can get the tweet by scraping the page (getting the HTML and parsing it), or, more securely, through the Twitter API.
Valentin Rocher
2009-05-22 09:49:04
A:
http://search.twitter.com/search.json?rpp=50?q=from:{twittername}
Nick Allen - Tungle139
2009-05-22 09:52:32
A:
Disclaimer: link is to my own project
http://www.alexanderdickson.com/projects/jquery-plugins/buzzard/
alex
2009-10-30 00:01:17