<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: [Hot] How to tweet from Rebol in One line (using Twitter API)!</title>
	<atom:link href="http://reboltutorial.com/blog/rebol-twitter-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://reboltutorial.com/blog/rebol-twitter-update/</link>
	<description>Rebol Programming - Learn Rebol with Real-World Examples</description>
	<pubDate>Sat, 13 Mar 2010 21:41:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-991</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 24 Dec 2009 17:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-991</guid>
		<description>Woowwwwww Great News will test them !!!!!!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Woowwwwww Great News will test them !!!!!!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-990</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 24 Dec 2009 16:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-990</guid>
		<description>Those features are now available in the free versions of REBOL VIEW 2.76 and Beta :)</description>
		<content:encoded><![CDATA[<p>Those features are now available in the free versions of REBOL VIEW 2.76 and Beta <img src='http://reboltutorial.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-869</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 31 Oct 2009 08:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-869</guid>
		<description>As far as I can read "Upcoming releases of REBOL hopefully (and likely) will." http://www.rebol.org/documentation.r?script=oneliner-tcp-port-scanner.r</description>
		<content:encoded><![CDATA[<p>As far as I can read &#8220;Upcoming releases of REBOL hopefully (and likely) will.&#8221; <a href="http://www.rebol.org/documentation.r?script=oneliner-tcp-port-scanner.r" rel="nofollow">http://www.rebol.org/documentation.r?script=oneliner-tcp-port-scanner.r</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-868</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 31 Oct 2009 05:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-868</guid>
		<description>i see it doesnt have IPv6 capabilitys, thats a shame, is that coming soon or not ?</description>
		<content:encoded><![CDATA[<p>i see it doesnt have IPv6 capabilitys, thats a shame, is that coming soon or not ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-857</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-857</guid>
		<description>Hi thanks. For people who needs encryption see Professional version of Rebol named Rebol Command

REBOL/Command
Version 2.5.6 
# Oracle and MySQL direct interfaces
# ODBC (SQLServer, Access, Excel) database interface
# Access to external libraries (DLLs)
# SSL secure sockets (HTTPS client)
# Built-in RSA, AES, Blowfish, DSA, DH encryption
# Shell commands, launch external apps
# Windows Registry access functions
# Fast CGI server interface

http://www.rebol.com/download.html</description>
		<content:encoded><![CDATA[<p>Hi thanks. For people who needs encryption see Professional version of Rebol named Rebol Command</p>
<p>REBOL/Command<br />
Version 2.5.6<br />
# Oracle and MySQL direct interfaces<br />
# ODBC (SQLServer, Access, Excel) database interface<br />
# Access to external libraries (DLLs)<br />
# SSL secure sockets (HTTPS client)<br />
# Built-in RSA, AES, Blowfish, DSA, DH encryption<br />
# Shell commands, launch external apps<br />
# Windows Registry access functions<br />
# Fast CGI server interface</p>
<p><a href="http://www.rebol.com/download.html" rel="nofollow">http://www.rebol.com/download.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HaiColon</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-856</link>
		<dc:creator>HaiColon</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-856</guid>
		<description>Just use https instead of http in the API request URLs, then you've got SSL encryption. I don't think this is mentioned in the API docs explicitly, haven't seen it.

You can do the same when visiting Twitter on the web. Just use https://www.twitter.com instead of http://www.twitter.com</description>
		<content:encoded><![CDATA[<p>Just use https instead of http in the API request URLs, then you&#8217;ve got SSL encryption. I don&#8217;t think this is mentioned in the API docs explicitly, haven&#8217;t seen it.</p>
<p>You can do the same when visiting Twitter on the web. Just use <a href="https://www.twitter.com" rel="nofollow">https://www.twitter.com</a> instead of <a href="http://www.twitter.com" rel="nofollow">http://www.twitter.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebol Tutorial - Improving the twitter client to read message status from clipboard (coping with Optional Parameters)</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-778</link>
		<dc:creator>Rebol Tutorial - Improving the twitter client to read message status from clipboard (coping with Optional Parameters)</dc:creator>
		<pubDate>Sat, 12 Sep 2009 23:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-778</guid>
		<description>[...] going to improve our twitter command line program by addingg support for message from clipboard: if the user just type tweet without specifying any [...]</description>
		<content:encoded><![CDATA[<p>[...] going to improve our twitter command line program by addingg support for message from clipboard: if the user just type tweet without specifying any [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-772</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 10 Sep 2009 18:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-772</guid>
		<description>Or if encryption is possible can you point me to the twitter API page which says so ?</description>
		<content:encoded><![CDATA[<p>Or if encryption is possible can you point me to the twitter API page which says so ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-771</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 10 Sep 2009 18:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-771</guid>
		<description>It uses twitter API which doesn't use encryption. It's no less safer than when you connect to twitter with your browser: it uses http protocol like itself.</description>
		<content:encoded><![CDATA[<p>It uses twitter API which doesn&#8217;t use encryption. It&#8217;s no less safer than when you connect to twitter with your browser: it uses http protocol like itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GreG</title>
		<link>http://reboltutorial.com/blog/rebol-twitter-update/comment-page-1/#comment-770</link>
		<dc:creator>GreG</dc:creator>
		<pubDate>Thu, 10 Sep 2009 08:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://reboltutorial.com/?p=2517#comment-770</guid>
		<description>First: great website and great topics!
Next: can you tell if the user/password is sent to twitter with or without encryption? I could check myself but if you know the answer right away then you save me some time :-)
Thanks!</description>
		<content:encoded><![CDATA[<p>First: great website and great topics!<br />
Next: can you tell if the user/password is sent to twitter with or without encryption? I could check myself but if you know the answer right away then you save me some time <img src='http://reboltutorial.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
