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#" />
<cfset xmlString = twitter.getFriendsTimeline(format='xml') />
<cfset jsonJava = twitter.getFriendsTimeline() />
<cfset jsonString = twitter.getFriendsTimeline().toString() />
<cfset htmlString = twitter.getFriendsTimeline(format='html') />
<cfdump var="#variables#" />
There are no trackbacks for this entry.
Trackback URL for this entry:
http://blog.pcsilva.com/en/trackback.cfm?BDDDA9FE-C292-0404-09914C585A480008
http://blog.pcsilva.com/en/trackback.cfm?BDDDA9FE-C292-0404-09914C585A480008










There are no comments for this entry.
[Add Comment] [Subscribe to Comments]