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:
{code type=html}<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>{/code}

http://cftwitterlib.riaforge.org/

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.