Tuesday, August 04, 2009

Twitter Feed for Older Versions of ColdFusion (ie without CFFeed)

<cfset feedurl="http://twitter.com/statuses/user_timeline.xml?screen_name=thesuccess" />

<cfhttp URL="#feedurl#"
Method="get"
THROWONERROR="NO"
>
<pre>
<cfoutput>#cfhttp.FileContent#</cfoutput>

The output is an XML feed

Labels: , , , ,

0 Comments:

Post a Comment

<< Home