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: cffeed, coldfusion, older versions, twitter, xml
