<?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: How to update your Twitter status using Java</title>
	<atom:link href="http://blog.smartkey.co.uk/2009/10/how-to-update-your-twitter-status-using-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartkey.co.uk/2009/10/how-to-update-your-twitter-status-using-java/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 10:28:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve Neal</title>
		<link>http://blog.smartkey.co.uk/2009/10/how-to-update-your-twitter-status-using-java/comment-page-1/#comment-103</link>
		<dc:creator>Steve Neal</dc:creator>
		<pubDate>Tue, 28 Dec 2010 18:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=133#comment-103</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-100&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;A:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 Any update on this issue?
&lt;/blockquote&gt;
If you need to get this done, take a look at the Twitter API documentation; it describes how to authenticate using their REST API there. I&#039;m pretty tied up with other work at the moment so won&#039;t be able to look at this for a bit. If anyone finds a solution, please post it here for others to see. 

Cheers - Steve.</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-100" rel="nofollow"><br />
<strong><em>A:</em></strong><br />
</a><br />
 Any update on this issue?
</p></blockquote>
<p>If you need to get this done, take a look at the Twitter API documentation; it describes how to authenticate using their REST API there. I&#8217;m pretty tied up with other work at the moment so won&#8217;t be able to look at this for a bit. If anyone finds a solution, please post it here for others to see. </p>
<p>Cheers &#8211; Steve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A</title>
		<link>http://blog.smartkey.co.uk/2009/10/how-to-update-your-twitter-status-using-java/comment-page-1/#comment-100</link>
		<dc:creator>A</dc:creator>
		<pubDate>Sat, 25 Dec 2010 16:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=133#comment-100</guid>
		<description>Any update on this issue?</description>
		<content:encoded><![CDATA[<p>Any update on this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Neal</title>
		<link>http://blog.smartkey.co.uk/2009/10/how-to-update-your-twitter-status-using-java/comment-page-1/#comment-95</link>
		<dc:creator>Steve Neal</dc:creator>
		<pubDate>Thu, 02 Dec 2010 07:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=133#comment-95</guid>
		<description>Unfortunately, I think you&#039;re right. Will have to look for another way of doing it then!</description>
		<content:encoded><![CDATA[<p>Unfortunately, I think you&#8217;re right. Will have to look for another way of doing it then!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiran</title>
		<link>http://blog.smartkey.co.uk/2009/10/how-to-update-your-twitter-status-using-java/comment-page-1/#comment-94</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Thu, 02 Dec 2010 05:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=133#comment-94</guid>
		<description>username and password is correct,i think basic authentication has been deprecated.</description>
		<content:encoded><![CDATA[<p>username and password is correct,i think basic authentication has been deprecated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Neal</title>
		<link>http://blog.smartkey.co.uk/2009/10/how-to-update-your-twitter-status-using-java/comment-page-1/#comment-93</link>
		<dc:creator>Steve Neal</dc:creator>
		<pubDate>Tue, 30 Nov 2010 09:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=133#comment-93</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-92&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;kiran:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 &lt;p&gt;I am getting the error : java.io.IOException: Server returned HTTP response code: 401 for URL: &lt;a href=&quot;http://twitter.com/statuses/update.xml&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/statuses/update.xml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;when i am trying to run this code as a standalone application&lt;/p&gt;
&lt;/blockquote&gt;

This means that you&#039;re not authenticating, see:

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

check your username and password are correct.</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-92" rel="nofollow"><br />
<strong><em>kiran:</em></strong><br />
</a></p>
<p>I am getting the error : java.io.IOException: Server returned HTTP response code: 401 for URL: <a href="http://twitter.com/statuses/update.xml" rel="nofollow">http://twitter.com/statuses/update.xml</a></p>
<p>when i am trying to run this code as a standalone application</p>
</blockquote>
<p>This means that you&#8217;re not authenticating, see:</p>
<p><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" rel="nofollow">http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html</a></p>
<p>check your username and password are correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiran</title>
		<link>http://blog.smartkey.co.uk/2009/10/how-to-update-your-twitter-status-using-java/comment-page-1/#comment-92</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Tue, 30 Nov 2010 09:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=133#comment-92</guid>
		<description>I am getting the error : java.io.IOException: Server returned HTTP response code: 401 for URL: http://twitter.com/statuses/update.xml

when i am trying to run this code as a standalone application</description>
		<content:encoded><![CDATA[<p>I am getting the error : java.io.IOException: Server returned HTTP response code: 401 for URL: <a href="http://twitter.com/statuses/update.xml" rel="nofollow">http://twitter.com/statuses/update.xml</a></p>
<p>when i am trying to run this code as a standalone application</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yakub pasha</title>
		<link>http://blog.smartkey.co.uk/2009/10/how-to-update-your-twitter-status-using-java/comment-page-1/#comment-65</link>
		<dc:creator>yakub pasha</dc:creator>
		<pubDate>Sat, 17 Jul 2010 06:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=133#comment-65</guid>
		<description>thank you very much ..u helped me allot</description>
		<content:encoded><![CDATA[<p>thank you very much ..u helped me allot</p>
]]></content:encoded>
	</item>
</channel>
</rss>

