<?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 for Ikai Lan says</title>
	<atom:link href="http://ikaisays.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ikaisays.com</link>
	<description>Follow me on Twitter: http://www.twitter.com/ikai</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:17:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Setting up an OAuth provider on Google App Engine by Damian</title>
		<link>http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/#comment-516</link>
		<dc:creator><![CDATA[Damian]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 19:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=185#comment-516</guid>
		<description><![CDATA[Hi Ikai, is there a way for an oauth consumer to request access to both a google Service, e.g. Google Docs and a Google App Engine web app as scope ??  I have tried to do oauth1 authorizations and I can&#039;t include my web service (gae app using the oauth service) and some other google services at the same time... I really need this functionality.  

thanks.
Damian]]></description>
		<content:encoded><![CDATA[<p>Hi Ikai, is there a way for an oauth consumer to request access to both a google Service, e.g. Google Docs and a Google App Engine web app as scope ??  I have tried to do oauth1 authorizations and I can&#8217;t include my web service (gae app using the oauth service) and some other google services at the same time&#8230; I really need this functionality.  </p>
<p>thanks.<br />
Damian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up an OAuth provider on Google App Engine by Damian</title>
		<link>http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/#comment-488</link>
		<dc:creator><![CDATA[Damian]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 22:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=185#comment-488</guid>
		<description><![CDATA[one important issue that hasn&#039;t been resolved since this service was fist launched.. is the fact that oauth.get_oauth_consumer_key() always raises the OAuthRequestError exception even though the OAuth authorization and Grant process is successfully..

my concern is that GAE is on SLA , I know it is in experimental mode but It&#039;s been a year and hasn&#039;t been resolved... can you make an update on this issue??

thank you]]></description>
		<content:encoded><![CDATA[<p>one important issue that hasn&#8217;t been resolved since this service was fist launched.. is the fact that oauth.get_oauth_consumer_key() always raises the OAuthRequestError exception even though the OAuth authorization and Grant process is successfully..</p>
<p>my concern is that GAE is on SLA , I know it is in experimental mode but It&#8217;s been a year and hasn&#8217;t been resolved&#8230; can you make an update on this issue??</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up an OAuth provider on Google App Engine by Damian</title>
		<link>http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/#comment-487</link>
		<dc:creator><![CDATA[Damian]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 20:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=185#comment-487</guid>
		<description><![CDATA[I was confused... please delete my two comments... I figured it out what I wanted to do, google provides everything.]]></description>
		<content:encoded><![CDATA[<p>I was confused&#8230; please delete my two comments&#8230; I figured it out what I wanted to do, google provides everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up an OAuth provider on Google App Engine by Ikai Lan</title>
		<link>http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/#comment-485</link>
		<dc:creator><![CDATA[Ikai Lan]]></dc:creator>
		<pubDate>Sun, 13 Nov 2011 10:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=185#comment-485</guid>
		<description><![CDATA[There&#039;s no support for two-legged as far as I know. I&#039;ll double check, but I&#039;m pretty sure the answer is no. Maybe if the app is locked to a Google Apps domain ... but that&#039;d be about it.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s no support for two-legged as far as I know. I&#8217;ll double check, but I&#8217;m pretty sure the answer is no. Maybe if the app is locked to a Google Apps domain &#8230; but that&#8217;d be about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up an OAuth provider on Google App Engine by Ikai Lan</title>
		<link>http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/#comment-484</link>
		<dc:creator><![CDATA[Ikai Lan]]></dc:creator>
		<pubDate>Sun, 13 Nov 2011 10:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=185#comment-484</guid>
		<description><![CDATA[Thank you! This&#039;ll be extremely useful for others.]]></description>
		<content:encoded><![CDATA[<p>Thank you! This&#8217;ll be extremely useful for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with jOOQ: A Tutorial by lukaseder</title>
		<link>http://ikaisays.com/2011/11/01/getting-started-with-jooq-a-tutorial/#comment-483</link>
		<dc:creator><![CDATA[lukaseder]]></dc:creator>
		<pubDate>Sat, 12 Nov 2011 16:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=205#comment-483</guid>
		<description><![CDATA[Finally found the time to do it. I gave you credit on the bottom of that page:

http://www.jooq.org/tutorial.php

Thanks again for this nice tutorial!]]></description>
		<content:encoded><![CDATA[<p>Finally found the time to do it. I gave you credit on the bottom of that page:</p>
<p><a href="http://www.jooq.org/tutorial.php" rel="nofollow">http://www.jooq.org/tutorial.php</a></p>
<p>Thanks again for this nice tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up an OAuth provider on Google App Engine by Fábio Franco Uechi</title>
		<link>http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/#comment-480</link>
		<dc:creator><![CDATA[Fábio Franco Uechi]]></dc:creator>
		<pubDate>Thu, 10 Nov 2011 01:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=185#comment-480</guid>
		<description><![CDATA[Hi Ikai,

I wrote this post showing a &quot;java version&quot; of your oauth_client.py

http://fabiouechi.blogspot.com/2011/11/using-google-oauth-java-client-to.html

It might be useful for other people as well.

thanks
Fábio]]></description>
		<content:encoded><![CDATA[<p>Hi Ikai,</p>
<p>I wrote this post showing a &#8220;java version&#8221; of your oauth_client.py</p>
<p><a href="http://fabiouechi.blogspot.com/2011/11/using-google-oauth-java-client-to.html" rel="nofollow">http://fabiouechi.blogspot.com/2011/11/using-google-oauth-java-client-to.html</a></p>
<p>It might be useful for other people as well.</p>
<p>thanks<br />
Fábio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up an OAuth provider on Google App Engine by Fábio Franco Uechi</title>
		<link>http://ikaisays.com/2011/05/26/setting-up-an-oauth-provider-on-google-app-engine/#comment-473</link>
		<dc:creator><![CDATA[Fábio Franco Uechi]]></dc:creator>
		<pubDate>Tue, 08 Nov 2011 04:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=185#comment-473</guid>
		<description><![CDATA[Hi Ikai,

Do you know whether app engine supports 2 legged or not?
Any code example showing that?

thanks in advance
Fábio]]></description>
		<content:encoded><![CDATA[<p>Hi Ikai,</p>
<p>Do you know whether app engine supports 2 legged or not?<br />
Any code example showing that?</p>
<p>thanks in advance<br />
Fábio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with jOOQ: A Tutorial by m</title>
		<link>http://ikaisays.com/2011/11/01/getting-started-with-jooq-a-tutorial/#comment-468</link>
		<dc:creator><![CDATA[m]]></dc:creator>
		<pubDate>Fri, 04 Nov 2011 20:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=205#comment-468</guid>
		<description><![CDATA[helpful, thanks :)]]></description>
		<content:encoded><![CDATA[<p>helpful, thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with jOOQ: A Tutorial by jOOQ Tutorial by Ikai Lan &#171; Java, SQL, and jOOQ</title>
		<link>http://ikaisays.com/2011/11/01/getting-started-with-jooq-a-tutorial/#comment-465</link>
		<dc:creator><![CDATA[jOOQ Tutorial by Ikai Lan &#171; Java, SQL, and jOOQ]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 22:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://ikaisays.com/?p=205#comment-465</guid>
		<description><![CDATA[[...] http://ikaisays.com/2011/11/01/getting-started-with-jooq-a-tutorial [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://ikaisays.com/2011/11/01/getting-started-with-jooq-a-tutorial" rel="nofollow">http://ikaisays.com/2011/11/01/getting-started-with-jooq-a-tutorial</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

