<?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: Tutorial: Java based Twitter App on Google App Engine</title>
	<atom:link href="http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/</link>
	<description>A blog on Programming, Web and Technology</description>
	<lastBuildDate>Fri, 27 Jan 2012 11:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ghanshyam</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-51318</link>
		<dc:creator>Ghanshyam</dc:creator>
		<pubDate>Wed, 31 Aug 2011 09:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-51318</guid>
		<description>Means to ask Is there any way so we don&#039;t specify callback URL at the time of Application Registration instead of this we provide callback URL  with request object while user click on link to go to twitter account. so through this callback URL user can come back to my application . For your Knowledge i am creating this Application using Struts Framework</description>
		<content:encoded><![CDATA[<p>Means to ask Is there any way so we don&#8217;t specify callback URL at the time of Application Registration instead of this we provide callback URL  with request object while user click on link to go to twitter account. so through this callback URL user can come back to my application . For your Knowledge i am creating this Application using Struts Framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghanshyam</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-51316</link>
		<dc:creator>Ghanshyam</dc:creator>
		<pubDate>Wed, 31 Aug 2011 09:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-51316</guid>
		<description>i dont have valid web address to specify as callback URL , so at the time of Registration  i kept it blank , now i have problem that how to come back after user valid authorization on my application. tell me a way so i can come back to my application and can execute servlet to get user object.

Thanks 
Ghanshyam Maliwal</description>
		<content:encoded><![CDATA[<p>i dont have valid web address to specify as callback URL , so at the time of Registration  i kept it blank , now i have problem that how to come back after user valid authorization on my application. tell me a way so i can come back to my application and can execute servlet to get user object.</p>
<p>Thanks<br />
Ghanshyam Maliwal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tahir Akram</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-44958</link>
		<dc:creator>Tahir Akram</dc:creator>
		<pubDate>Sun, 31 Jul 2011 20:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-44958</guid>
		<description>Hi Vantu 

If you can share more detail... the exception trace in detail.

It will be helpful to debug the problem.</description>
		<content:encoded><![CDATA[<p>Hi Vantu </p>
<p>If you can share more detail&#8230; the exception trace in detail.</p>
<p>It will be helpful to debug the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vantu</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-43989</link>
		<dc:creator>Vantu</dc:creator>
		<pubDate>Thu, 28 Jul 2011 08:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-43989</guid>
		<description>Hi my friend
  when i run code 
twitter.setOAuthConsumer(Constants.CONSUMER_KEY,
Constants.CONSUMER_SECRET);
RequestToken requestToken  = twitter.getOAuthRequestToken();

it show error Acess Token  adreay available . please help me</description>
		<content:encoded><![CDATA[<p>Hi my friend<br />
  when i run code<br />
twitter.setOAuthConsumer(Constants.CONSUMER_KEY,<br />
Constants.CONSUMER_SECRET);<br />
RequestToken requestToken  = twitter.getOAuthRequestToken();</p>
<p>it show error Acess Token  adreay available . please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-40142</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 15 Jul 2011 16:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-40142</guid>
		<description>The following article give you an example using Twitter4J and describe in depth the process to register your application.


&lt;strong&gt;
&lt;a href=&quot;http://java-tutorial.ch/framework/twitter-with-java-tutorial&quot; rel=&quot;nofollow&quot;&gt;Twitter application using Java&lt;/a&gt;
&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>The following article give you an example using Twitter4J and describe in depth the process to register your application.</p>
<p><strong><br />
<a href="http://java-tutorial.ch/framework/twitter-with-java-tutorial" rel="nofollow">Twitter application using Java</a><br />
</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tahir Akram</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-25742</link>
		<dc:creator>Tahir Akram</dc:creator>
		<pubDate>Wed, 18 May 2011 11:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-25742</guid>
		<description>Hey FiuFiuuu; Thanks for this tip. It will save time and will fast the development. Really helpful. 

Cheers.</description>
		<content:encoded><![CDATA[<p>Hey FiuFiuuu; Thanks for this tip. It will save time and will fast the development. Really helpful. </p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FiuFiuuu</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-25624</link>
		<dc:creator>FiuFiuuu</dc:creator>
		<pubDate>Tue, 17 May 2011 06:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-25624</guid>
		<description>We are students from Federal University we are creatind a social for education, and we&#039;ve used this article. Great post man! We want to share something interesting.

&quot;The call back URL will not be your localhost URL. It should be a valid web address.&quot;

I have a tip: We can edit our call back URL not as localhost, for exemplo: http://www.fiufiuuu.com/twitterlogin/callback

And to have testability we can configure the &quot;hosts&quot; file, in linux or windows, to point to localhost, and we can test and debug localy before to deploy.

Is this example we&#039;ve put in the hosts file:

---hosts file ---------------------------
127.0.0.1 localhost
localhost:8888 www.fiufiuuu.com
-----------------------------------------</description>
		<content:encoded><![CDATA[<p>We are students from Federal University we are creatind a social for education, and we&#8217;ve used this article. Great post man! We want to share something interesting.</p>
<p>&#8220;The call back URL will not be your localhost URL. It should be a valid web address.&#8221;</p>
<p>I have a tip: We can edit our call back URL not as localhost, for exemplo: <a href="http://www.fiufiuuu.com/twitterlogin/callback" rel="nofollow">http://www.fiufiuuu.com/twitterlogin/callback</a></p>
<p>And to have testability we can configure the &#8220;hosts&#8221; file, in linux or windows, to point to localhost, and we can test and debug localy before to deploy.</p>
<p>Is this example we&#8217;ve put in the hosts file:</p>
<p>&#8212;hosts file &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
127.0.0.1 localhost<br />
localhost:8888 <a href="http://www.fiufiuuu.com" rel="nofollow">http://www.fiufiuuu.com</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: twitter4j &#124; cg2p</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-21220</link>
		<dc:creator>twitter4j &#124; cg2p</dc:creator>
		<pubDate>Sat, 02 Apr 2011 13:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-21220</guid>
		<description>[...] used this tutorial as a guide &#8211; but note it is working with both OAuth and xAuth, so the code to get access [...]</description>
		<content:encoded><![CDATA[<p>[...] used this tutorial as a guide &#8211; but note it is working with both OAuth and xAuth, so the code to get access [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oAuth &#171; Identity Management , SOA, Testing, Monitoring</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-14421</link>
		<dc:creator>oAuth &#171; Identity Management , SOA, Testing, Monitoring</dc:creator>
		<pubDate>Thu, 09 Dec 2010 17:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-14421</guid>
		<description>[...] http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/  This entry was posted in oAuth. Bookmark the permalink. Edit [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/" rel="nofollow">http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/</a>  This entry was posted in oAuth. Bookmark the permalink. Edit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wingdings</title>
		<link>http://www.pakzilla.com/2009/10/03/tutorial-java-based-twitter-app-on-google-app-engine/comment-page-1/#comment-10800</link>
		<dc:creator>wingdings</dc:creator>
		<pubDate>Wed, 20 Oct 2010 13:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pakzilla.com/?p=630#comment-10800</guid>
		<description>aweosme , it worked , but the thing is i dont wanna do all this redirection work , how about just do it with RPC on gwt/gae ?
i have been trying , but it did so not work , gave me some credential error (though my token and tokenSecret was right and so was both keys)

so help , PLEASE, email me ,</description>
		<content:encoded><![CDATA[<p>aweosme , it worked , but the thing is i dont wanna do all this redirection work , how about just do it with RPC on gwt/gae ?<br />
i have been trying , but it did so not work , gave me some credential error (though my token and tokenSecret was right and so was both keys)</p>
<p>so help , PLEASE, email me ,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

