ColdFusion Twitter Library Updated


Warning: fopen(/a0030277fc9284d75cab3c6e1bc40cf06b4fa128) [function.fopen]: failed to open stream: Permission denied in /home1/ricards2/public_html/wp-content/plugins/fv-code-highlighter/Includes/Cache.php on line 69

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:

1
2
3
4
5
6
<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>

http://cftwitterlib.riaforge.org/

Bookmark and Share
Feb 17th, 2010 | Posted in ColdFusion, Components
Tags:
No comments yet.

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>