<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Technology in tags - pcsilva - Twitter</title>
			<link>http://blog.pcsilva.com/en/index.cfm</link>
			<description>Blog do Pedro Claudio</description>
			<language>en-us</language>
			<pubDate>Fri, 30 Jan 2015 02:09:42 -0300</pubDate>
			<lastBuildDate>Wed, 17 Feb 2010 16:04:00 -0300</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>pcsilva@gmail.com</managingEditor>
			<webMaster>pcsilva@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>pcsilva@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Technology in tags - pcsilva</title>
				<link>http://blog.pcsilva.com/en/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>ColdFusion Twitter Lib updated</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2010/2/17/ColdFusion-Twitter-Lib-updated</link>
				<description>
				
				In this version were added following  the methods groups:

&lt;ul&gt;
&lt;li&gt;List Methods&lt;/li&gt;
&lt;li&gt;List Members Methods&lt;/li&gt;
&lt;li&gt;List Subscribers Methods&lt;/li&gt;
&lt;li&gt;Spam Reporting Methods&lt;/li&gt;
&lt;li&gt;Saved Searches Methods&lt;/li&gt;
&lt;/ul&gt;

&lt;a href=&quot;http://blog.pcsilva.com/download.cfm?filename=CFTwitterLib%2Ezip&amp;post=BDD91246-C292-0404-0AE82EA8114189A7&quot;&gt;ColdFusion Twitter Lib&lt;/a&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Twitter</category>				
				
				<category>CFTwitterLib</category>				
				
				<pubDate>Wed, 17 Feb 2010 16:04:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2010/2/17/ColdFusion-Twitter-Lib-updated</guid>
				
			</item>
			
			<item>
				<title>CFTwitterLib - TweetDiff - example application in ColdFusion for Twitter</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2009/8/30/CFTwitterLib--TweetDiff--example-application-in-ColdFusion-for-Twitter</link>
				<description>
				
				One more use example of the library ColdFusion for access to Twitter, &lt;a href=&quot;http://blog.pcsilva.com/services/twitter&quot;&gt;this application&lt;/a&gt; will not be continued, it is a mere example. It got so good that I solved increase layout.  [More]
				</description>
				
				<category>Twitter</category>				
				
				<category>CFTwitterLib</category>				
				
				<pubDate>Sun, 30 Aug 2009 21:24:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2009/8/30/CFTwitterLib--TweetDiff--example-application-in-ColdFusion-for-Twitter</guid>
				
			</item>
			
			<item>
				<title>Twitter announces project</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2009/8/13/Twitter-announces-project</link>
				<description>
				
				Twitter makes &lt;a href=&quot;http://blog.twitter.com/2009/08/project-retweet-phase-one.html&quot;&gt;announcement&lt;/a&gt; on the project retweet, which is still on paper.  [More]
				</description>
				
				<category>Twitter</category>				
				
				<pubDate>Thu, 13 Aug 2009 21:31:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2009/8/13/Twitter-announces-project</guid>
				
			</item>
			
			<item>
				<title>CFTwitterLib in ColdFusion Open-Source List</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2009/4/24/CFTwitterLib-in-ColdFusion-OpenSource-List</link>
				<description>
				
				The Project ColdFusion Twitter Lib - cftwitterlib, it is &lt;a href=&quot;http://www.remotesynthesis.com/post.cfm/coldfusion-open-source-update-april-21-2009&quot;&gt;available also in the Projects great list Open Source&lt;/a&gt; kept by Brian Rinaldi.

Thanks, Brain, by the mention. 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Twitter</category>				
				
				<category>CFTwitterLib</category>				
				
				<pubDate>Fri, 24 Apr 2009 04:49:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2009/4/24/CFTwitterLib-in-ColdFusion-OpenSource-List</guid>
				
				<enclosure url="http://blog.pcsilva.com/en/download.cfm?filename=CFTwitterLib.zip&amp;post=D6ACDE71-C292-0404-08602F463B0189DC" length="0" type=""/>
				
			</item>
			
			<item>
				<title>ColdFusion Twitter Lib - getUserTimeline</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2009/4/22/ColdFusion-Twitter-Lib--getUserTimeline</link>
				<description>
				
				With this method you can retrieve messages from a Twitter user.

&lt;code&gt;&lt;!--- Twitter user used by the system ---&gt;
&lt;cfparam name=&quot;userTwitter&quot; default=&quot;&quot;&gt;
&lt;!--- password from Twitter user used by the system ---&gt;
&lt;cfparam name=&quot;passTwitter&quot; default=&quot;&quot;&gt;
&lt;!--- login to Twitter friend we want to recover the messages ---&gt;
&lt;cfparam name=&quot;friendTwitter&quot; default=&quot;&quot;&gt;
&lt;cfif Len(Trim(friendTwitter))&gt;
	&lt;!--- Object used in this page ---&gt;
	&lt;cfset twitter = CreateObject(&apos;component&apos;,&apos;org.cftwitterlib.Twitter&apos;).init(userTwitter,passTwitter)&gt;
	&lt;!--- start the variable to be passed as parameter ---&gt;
	&lt;cfset options = StructNew() &gt;
	&lt;!--- login to Twitter friend ---&gt;
	&lt;cfset options[&apos;screen_name&apos;] =  friendTwitter &gt;
	&lt;!--- number of messages per page ---&gt;
	&lt;cfset options[&apos;count&apos;] =  10 &gt;
	&lt;!--- number of page ---&gt;
	&lt;cfset options[&apos;page&apos;] =  1 &gt;
	&lt;!--- recover the messages ---&gt;
	&lt;cfset timeline = deserializeJSON(twitter.getUserTimeline(options).toString()) &gt;
	&lt;!--- messages exists ---&gt;
	&lt;cfif IsArray(timeline)&gt;
		&lt;cfoutput&gt;
			&lt;!--- displays each message&apos;s friend ---&gt;
			&lt;cfloop from=&quot;1&quot; to=&quot;#ArrayLen(timeline)#&quot; index=&quot;i&quot;&gt;
		&lt;div style=&quot;border:1px solid ##000; padding:5px; width:350px;&quot;&gt;
			&lt;dl style=&quot;margin:0&quot;&gt;
				&lt;dt style=&quot;margin:0&quot;&gt; 
					&lt;!--- if the friend sent the message in response, retrieves and displays the original message ---&gt;
					&lt;cfif timeline[i].in_reply_to_status_id neq &quot;null&quot;&gt;
						&lt;cfset currentMsg = deserializeJSON(twitter.getStatus(timeline[i].in_reply_to_status_id).toString())&gt;
						&lt;div&gt;
							&lt;img src=&quot;#currentMsg.user.profile_image_url#&quot; height=&quot;20&quot; /&gt;
							&lt;a name=&quot;message_#currentMsg.id#&quot;&gt;&lt;/a&gt;
							&lt;cfif currentMsg.favorited&gt; &lt;img src=&quot;images/cool.gif&quot; /&gt;&lt;/cfif&gt;
							#DateFormat(currentMsg.created_at,&apos;dd-mm-yyyy&apos;)# #timeFormat(currentMsg.created_at,&apos;hh:mm:ss&apos;)# 
							- 
							#currentMsg.text#					
						&lt;/div&gt;
					&lt;/cfif&gt;&lt;/dt&gt;
				&lt;dd style=&quot;margin:0; &lt;cfif Len(Trim(timeline[i].in_reply_to_status_id))&gt;margin-left:10px&lt;/cfif&gt;&quot;&gt;&lt;img src=&quot;#timeline[i].user.profile_image_url#&quot; height=&quot;20&quot; /&gt;
							&lt;a name=&quot;message_#timeline[i].id#&quot;&gt;&lt;/a&gt;
							&lt;cfif timeline[i].favorited&gt; &lt;img src=&quot;images/cool.gif&quot; /&gt;&lt;/cfif&gt;
							#DateFormat(timeline[i].created_at,&apos;dd-mm-yyyy&apos;)# #timeFormat(timeline[i].created_at,&apos;hh:mm:ss&apos;)# 
							- 
							#timeline[i].text#&lt;/dd&gt;
					&lt;/dl&gt;
				&lt;/div&gt;		
			&lt;/cfloop&gt;
		&lt;/cfoutput&gt;
	&lt;cfelse&gt;
		&lt;!--- the limit of request on account is 100 ---&gt;
		Rate limit exceeded.
	&lt;/cfif&gt;
&lt;/cfif&gt;&lt;/code&gt;



public string	
&lt;i style=&quot;color:#09F&quot;&gt;&lt;b&gt;getUserTimeline&lt;/b&gt;(struct options, [string format])&lt;/i&gt;

options = 	Data structure containing the options you want, at least the id or screen_name or user_id should be passed.

options.id = identifier of the user in Twitter (different from login)

options.user_id = identifier of the user in Twitter (different from login)

options.screen_name = name (login) of user in Twitter

options.since_id = identifier of the user in Twitter (different from login)

options.page = number of current page

options.count = number of messages per page

format (opcional, json is default) = xml, json, rss, atom  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Twitter</category>				
				
				<category>CFTwitterLib</category>				
				
				<pubDate>Wed, 22 Apr 2009 18:34:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2009/4/22/ColdFusion-Twitter-Lib--getUserTimeline</guid>
				
				<enclosure url="http://blog.pcsilva.com/en/download.cfm?filename=CFTwitterLib.zip&amp;post=CF5D3424-C292-0404-09DCCA354FDE89CD" length="0" type=""/>
				
			</item>
			
			<item>
				<title>ColdFusion Twitter Lib - follow</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2009/4/22/ColdFusion-Twitter-Lib--follow</link>
				<description>
				
				With this method you can add friends of Twitter for one account Twitter.

&lt;code&gt;&lt;!--- friend to be added ---&gt;
&lt;cfparam name=&quot;friend&quot; default=&quot;&quot; /&gt;
&lt;cfif Len(Trim(friend))&gt;
	&lt;!--- objects that will work on this pages ---&gt;
    &lt;cfset twitter = createObject(&apos;component&apos;,&apos;org.cftwitterlib.Twitter&apos;).init(application.usertwitter,application.passtwitter) /&gt;
    
    &lt;!--- it recovers one account twitter ---&gt;
    &lt;cfset friendAccount = deserializeJSON(twitter.showUser(friend)) /&gt;
    
	&lt;!--- it exhibits friend&apos;s information who is going to be added ---&gt;
    &lt;h1&gt;&lt;cfoutput&gt;&lt;img src=&quot;#friendAccount.profile_image_url#&quot; /&gt; #friendAccount.name# - #friend# (#friendAccount.followers_count#)&lt;/cfoutput&gt; &lt;/h1&gt;
    
    &lt;!--- it verifies tells her of the friend future is blocked ---&gt;
    &lt;cfif NOT friendAccount.protected&gt;
    
    	&lt;!--- it verifies we are already friends ---&gt;
        &lt;cfif NOT deserializeJSON(twitter.friendshipExists(application.usertwitter,friend)) &gt;
        
        	&lt;!--- it adds friend ---&gt;
            &lt;cfset 	follow = deserializeJSON(twitter.follow(friendAccount.id)) /&gt;
            &lt;b style=&quot;color:#090&quot;&gt;it was added&lt;/b&gt;
            
        &lt;cfelse&gt;
            &lt;b style=&quot;color:#09F&quot;&gt;it is already your friend&lt;/b&gt;
        &lt;/cfif&gt;
    &lt;cfelse&gt;
        &lt;b style=&quot;color:#F00&quot;&gt;It is protected, for this reason it was not added&lt;/b&gt;
    &lt;/cfif&gt;
    
&lt;/cfif&gt;&lt;/code&gt;


public string	
&lt;i style=&quot;color:#09F&quot;&gt;&lt;b&gt;follow&lt;/b&gt;(string id, [string format])&lt;/i&gt;



id = identifier of the user in Twitter (different from login)

format (optional, json is default) = xml, json  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Twitter</category>				
				
				<category>CFTwitterLib</category>				
				
				<pubDate>Wed, 22 Apr 2009 00:05:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2009/4/22/ColdFusion-Twitter-Lib--follow</guid>
				
				<enclosure url="http://blog.pcsilva.com/en/download.cfm?filename=CFTwitterLib.zip&amp;post=CB611C77-C292-0404-032911EEF6299125" length="0" type=""/>
				
			</item>
			
			<item>
				<title>ColdFusion Twitter Lib with BlogCFC</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2009/4/20/ColdFusion-Twitter-Lib-with-BlogCFC</link>
				<description>
				
				Very well, BlogCFC integrated with Twitter.

Now the posts of BlogCFC send messages through Twitter, this is done on the page that adds entries in BlogCFC.

	
With CFTwitterLib the BlogCFC can interact more with Twitter, but, I just leave it (sending post to Twitter).

Is used to share with you how I did it.

Before starting you should decide how you will inform your credential on your blog.ini.cfm, &lt;del&gt;I chose to generate the credential separately with toBase64, catching the result and putting in the ini file,&lt;/del&gt; as follows:  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Twitter</category>				
				
				<category>CFTwitterLib</category>				
				
				<pubDate>Mon, 20 Apr 2009 14:04:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2009/4/20/ColdFusion-Twitter-Lib-with-BlogCFC</guid>
				
				<enclosure url="http://blog.pcsilva.com/en/download.cfm?filename=cftwitterlib_blogcfc.zip&amp;post=C4287EAD-C292-0404-0C9D7504259D1A81" length="8136" type="application/x-zip-compressed"/>
				
			</item>
			
			<item>
				<title>ColdFusion Twitter Lib V3.0 in RiaForge</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2009/4/20/ColdFusion-Twitter-Lib-V30-in-RiaForge</link>
				<description>
				
				The library to ColdFusion access the Twitter,&lt;a href=&quot;http://code.google.com/p/cftwitterlib/&quot;&gt;cftwitterlib&lt;/a&gt;, is now in version 3, with all bugs fixed (I hope so).

The project was added to RiaForge &lt;a href=&quot;http://cftwitterlib.riaforge.org/&quot;&gt;http://cftwitterlib.riaforge.org/&lt;/a&gt;.

&lt;code&gt;&lt;cfset twitter = createObject(&apos;component&apos;,&apos;Twitter&apos;).init(&apos;username&apos;,&apos;password&apos;) /&gt;

&lt;cfset xmlString = twitter.updateStatus(&apos;Message for your friend&apos;,&apos;FriendID&apos;,&apos;xml&apos;) /&gt;

&lt;cfset xmlString = twitter.updateStatus(&apos;Message&apos;,&apos;&apos;,&apos;xml&apos;) /&gt;
&lt;cfdump var=&quot;#variables#&quot;&gt; &lt;/code&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Twitter</category>				
				
				<category>CFTwitterLib</category>				
				
				<pubDate>Mon, 20 Apr 2009 11:15:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2009/4/20/ColdFusion-Twitter-Lib-V30-in-RiaForge</guid>
				
				<enclosure url="http://blog.pcsilva.com/en/download.cfm?filename=CFTwitterLib.zip&amp;post=C37D3196-C292-0404-069B59A50591CAB1" length="0" type=""/>
				
			</item>
			
			<item>
				<title>ColdFusion Twitter Lib</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2009/4/19/ColdFusion-Twitter-Lib</link>
				<description>
				
				I am providing a library for access to Twitter, &lt;a href=&quot;http://code.google.com/p/cftwitterlib/&quot;&gt;cftwitterlib - ColdFusion Twitter Lib&lt;/a&gt;.

	
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.


&lt;code&gt;&lt;cfset twitter = createObject(&apos;component&apos;,&apos;Twitter&apos;).init(&apos;username&apos;,toBase64(&apos;username:password&apos;)) /&gt;
&lt;cfset xmlString  = twitter.getFriendsTimeline(format=&apos;xml&apos;) /&gt;
&lt;cfset jsonJava   = twitter.getFriendsTimeline() /&gt;
&lt;cfset jsonString = twitter.getFriendsTimeline().toString() /&gt;
&lt;cfset htmlString   = twitter.getFriendsTimeline(format=&apos;html&apos;) /&gt;
&lt;cfdump var=&quot;#variables#&quot; /&gt;&lt;/code&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Twitter</category>				
				
				<category>CFTwitterLib</category>				
				
				<pubDate>Sun, 19 Apr 2009 09:07:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2009/4/19/ColdFusion-Twitter-Lib</guid>
				
				<enclosure url="http://blog.pcsilva.com/en/download.cfm?filename=CFTwitterLib.zip&amp;post=BDDDA9FE-C292-0404-09914C585A480008" length="21063" type="application/octet-stream"/>
				
			</item>
			
			<item>
				<title>My blog in english</title>
				<link>http://blog.pcsilva.com/en/index.cfm/2009/3/7/My-blog-in-english</link>
				<description>
				
				Inaugurating the domain pcsilva.com, I adapted &lt;a  target=&quot;_blank&quot; href=&quot;http://blogcfc.riaforge.org/&quot;&gt;BlogCFC&lt;/a&gt;, I created the internationalization file (:-D) main_pt_BR.properties, and the pod of Twitter, that I share with you here.

&lt;a  target=&quot;_blank&quot; href=&quot;http://blogcfc.riaforge.org/&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://blog.pcsilva.com/images/blogcfc_powered_cf8.png&quot;/&gt;&lt;/a&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Twitter</category>				
				
				<pubDate>Sat, 07 Mar 2009 23:48:00 -0300</pubDate>
				<guid>http://blog.pcsilva.com/en/index.cfm/2009/3/7/My-blog-in-english</guid>
				
				<enclosure url="http://blog.pcsilva.com/en/download.cfm?filename=blogcfc_pcsilva.zip&amp;post=E3902E66-C292-0404-0B1CF83F87B49E7A" length="26480" type="application/zip"/>
				
			</item>
			</channel></rss>