<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Twitter4j</title>
	<atom:link href="http://agpweb.wordpress.com/2008/12/14/twitter4j/feed/" rel="self" type="application/rss+xml" />
	<link>http://agpweb.wordpress.com/2008/12/14/twitter4j/</link>
	<description>The Cult AGP</description>
	<lastBuildDate>Mon, 14 Dec 2009 01:52:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: karmugil</title>
		<link>http://agpweb.wordpress.com/2008/12/14/twitter4j/#comment-1725</link>
		<dc:creator>karmugil</dc:creator>
		<pubDate>Sat, 29 Aug 2009 04:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://agpweb.wordpress.com/?p=63#comment-1725</guid>
		<description>hi,

  i am using twitter4j to post status.It&#039;s working fine in my system.when the same code is used on other system it&#039;s throwing the following error.

twitter4j.TwitterException: 404:The URI requested is invalid or the resource requested, such as a user, does not exists.


404 Not Found

Not Found
The requested URL /statuses/update.xml was not found on this server.
Additionally, a 500 Internal Server Error
error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at twitter.com Port 80


can u explain what&#039;s the reason</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>  i am using twitter4j to post status.It&#8217;s working fine in my system.when the same code is used on other system it&#8217;s throwing the following error.</p>
<p>twitter4j.TwitterException: 404:The URI requested is invalid or the resource requested, such as a user, does not exists.</p>
<p>404 Not Found</p>
<p>Not Found<br />
The requested URL /statuses/update.xml was not found on this server.<br />
Additionally, a 500 Internal Server Error<br />
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<p>Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at twitter.com Port 80</p>
<p>can u explain what&#8217;s the reason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avijit Sadhu</title>
		<link>http://agpweb.wordpress.com/2008/12/14/twitter4j/#comment-1723</link>
		<dc:creator>Avijit Sadhu</dc:creator>
		<pubDate>Mon, 03 Aug 2009 08:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://agpweb.wordpress.com/?p=63#comment-1723</guid>
		<description>Thanks, man. yes it has started working.

Think it will be a good experience.</description>
		<content:encoded><![CDATA[<p>Thanks, man. yes it has started working.</p>
<p>Think it will be a good experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay George</title>
		<link>http://agpweb.wordpress.com/2008/12/14/twitter4j/#comment-1722</link>
		<dc:creator>Ajay George</dc:creator>
		<pubDate>Sun, 02 Aug 2009 13:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://agpweb.wordpress.com/?p=63#comment-1722</guid>
		<description>Try this out :

              &lt;code&gt;  String twitterID = &quot;xxxx&quot;; //UserName
		String twitterPassword = &quot;xxxx&quot;; //Password
		Twitter twitter = new Twitter(twitterID,twitterPassword);
		String latestStatus = &quot;Checking&quot;; //Status Message
                Status status = twitter.update(latestStatus); //Update
                &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Try this out :</p>
<p>              <code>  String twitterID = "xxxx"; //UserName<br />
		String twitterPassword = "xxxx"; //Password<br />
		Twitter twitter = new Twitter(twitterID,twitterPassword);<br />
		String latestStatus = "Checking"; //Status Message<br />
                Status status = twitter.update(latestStatus); //Update<br />
                </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avijit Sadhu</title>
		<link>http://agpweb.wordpress.com/2008/12/14/twitter4j/#comment-1721</link>
		<dc:creator>Avijit Sadhu</dc:creator>
		<pubDate>Sat, 01 Aug 2009 16:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://agpweb.wordpress.com/?p=63#comment-1721</guid>
		<description>hi,
i started off with twitter4j yesterday but having trouble to start going with a Hello World program. I am not a pro at Java, maybe tats a reason. Can u please help??

thanks,
Avijit</description>
		<content:encoded><![CDATA[<p>hi,<br />
i started off with twitter4j yesterday but having trouble to start going with a Hello World program. I am not a pro at Java, maybe tats a reason. Can u please help??</p>
<p>thanks,<br />
Avijit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
