I am providing a library for access to Twitter, cftwitterlib - ColdFusion Twitter Lib.

How she can manipulate the information for an account on Twitter. The documentation is not complete, but no difficulty in use, who are willing to contribute, the wiki is available.

<cfset twitter = createObject('component','Twitter').init('username',toBase64('username:password')) />
<cfset xmlString = twitter.getFriendsTimeline(format='xml') />
<cfset jsonJava = twitter.getFriendsTimeline() />
<cfset jsonString = twitter.getFriendsTimeline().toString() />
<cfset htmlString = twitter.getFriendsTimeline(format='html') />
<cfdump var="#variables#" />

Related Blog Entries

TrackBacks
There are no trackbacks for this entry.

Trackback URL for this entry:
http://blog.pcsilva.com/en/trackback.cfm?BDDDA9FE-C292-0404-09914C585A480008

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)