The ColdFusion library to communicate with the Twitter API was written by a friend from Brazil, Pedro Claudio, and it is available at RiaForge.
Library that enables integration of ColdFusion with the Twitter API.
Usage:
<cfscript> twitter = createObject('component','Twitter').init('username','password'); /* sent message */ xmlString = twitter.updateStatus('Message for your friend','FriendID','xml'); xmlString = twitter.updateStatus('Message','','xml'); </cfscript>









