Twitter provides an extensive API that allows developers to write interactive applications. Utilizing this API is deceptively simple, and here is an example with curl: curl -u username:password http://api.twitter.com/1/statuses/friends_timeline.xml Which will get the statuses of all your friends. You can…
See more ›