<?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"
	>
<channel>
	<title>Comments on: New Version of ReaderMini Up!</title>
	<atom:link href="http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/</link>
	<description>Gadgets, Games, Hacks</description>
	<pubDate>Sun, 07 Sep 2008 14:07:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: John Tokash</title>
		<link>http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17208</link>
		<dc:creator>John Tokash</dc:creator>
		<pubDate>Wed, 10 Jan 2007 00:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17208</guid>
		<description>Imrahil, a privacy policy is a great idea.  I've added it to my todo list.

Meanwhile, here's an update:
1) Having trouble getting https running on this particular domain for some reason.  Hopefully tonight.
2) I should note that I currently do not store the password anywhere.  It is sent to readermini.com by the form as a POST argument and I pass it right through to Google without storing it.  Additionally, I don't store the email address, currently.   I might have to start storing the email address in the future for certain stored prefs and features, but I have no plans to keep the password.</description>
		<content:encoded><![CDATA[<p>Imrahil, a privacy policy is a great idea.  I&#8217;ve added it to my todo list.</p>
<p>Meanwhile, here&#8217;s an update:<br />
1) Having trouble getting https running on this particular domain for some reason.  Hopefully tonight.<br />
2) I should note that I currently do not store the password anywhere.  It is sent to readermini.com by the form as a POST argument and I pass it right through to Google without storing it.  Additionally, I don&#8217;t store the email address, currently.   I might have to start storing the email address in the future for certain stored prefs and features, but I have no plans to keep the password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imrahil</title>
		<link>http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17205</link>
		<dc:creator>Imrahil</dc:creator>
		<pubDate>Tue, 09 Jan 2007 23:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17205</guid>
		<description>Hello! I'm looking for some kind of information about privacy. Like here: http://blog.meebo.com/privacy?o

But thanks for that detailed answer :)

Jarek</description>
		<content:encoded><![CDATA[<p>Hello! I&#8217;m looking for some kind of information about privacy. Like here: <a href="http://blog.meebo.com/privacy?o"  rel="nofollow">http://blog.meebo.com/privacy?o</a></p>
<p>But thanks for that detailed answer <img src='http://blog.tokash.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Jarek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Tokash</title>
		<link>http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17162</link>
		<dc:creator>John Tokash</dc:creator>
		<pubDate>Tue, 09 Jan 2007 12:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17162</guid>
		<description>Imrahil, I just set up https/ssl for readermini.com (though not for the alpha and dev sites).  When the DNS stuff all gets propagated, I'll update the app to force https if the user is accessing the production environment (readermini.com).

I realize this does not address all of your concerns, but it's a step I was planning to take anyway and it's semi-relevant to this topic.</description>
		<content:encoded><![CDATA[<p>Imrahil, I just set up https/ssl for readermini.com (though not for the alpha and dev sites).  When the DNS stuff all gets propagated, I&#8217;ll update the app to force https if the user is accessing the production environment (readermini.com).</p>
<p>I realize this does not address all of your concerns, but it&#8217;s a step I was planning to take anyway and it&#8217;s semi-relevant to this topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Tokash</title>
		<link>http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17158</link>
		<dc:creator>John Tokash</dc:creator>
		<pubDate>Tue, 09 Jan 2007 11:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17158</guid>
		<description>Imrahil, I understand your concern.  I encourage anyone who feels that way to 

a) not use readermini.com,
b) use the demo account listed on the front page of readermini.com, or
c) create a new gmail/google reader account for use with readermini.com.

The problem is that the Google Reader API only supports one authentication method.  I have to ask for the username and password and send it to the google servers to get the token I need for access to the Google Reader API.  That method is called AuthForInstalledApps.

There is another authentication system that OTHER google APIs support.  "Account Authentication Proxy for Web-Based Applications" or AuthForWebApps.  The GR team says this system will eventually be added to Google Reader's API, but the less preferable system is the only thing available now.

Links:
http://code.google.com/apis/accounts/AuthForWebApps.html
http://code.google.com/apis/accounts/AuthForInstalledApps.html</description>
		<content:encoded><![CDATA[<p>Imrahil, I understand your concern.  I encourage anyone who feels that way to </p>
<p>a) not use readermini.com,<br />
b) use the demo account listed on the front page of readermini.com, or<br />
c) create a new gmail/google reader account for use with readermini.com.</p>
<p>The problem is that the Google Reader API only supports one authentication method.  I have to ask for the username and password and send it to the google servers to get the token I need for access to the Google Reader API.  That method is called AuthForInstalledApps.</p>
<p>There is another authentication system that OTHER google APIs support.  &#8220;Account Authentication Proxy for Web-Based Applications&#8221; or AuthForWebApps.  The GR team says this system will eventually be added to Google Reader&#8217;s API, but the less preferable system is the only thing available now.</p>
<p>Links:<br />
<a href="http://code.google.com/apis/accounts/AuthForWebApps.html"  rel="nofollow">http://code.google.com/apis/accounts/AuthForWebApps.html</a><br />
<a href="http://code.google.com/apis/accounts/AuthForInstalledApps.html"  rel="nofollow">http://code.google.com/apis/accounts/AuthForInstalledApps.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imrahil</title>
		<link>http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17150</link>
		<dc:creator>Imrahil</dc:creator>
		<pubDate>Tue, 09 Jan 2007 10:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tokash.org/2007/01/09/new-version-of-readermini-on-the-alpha-site/#comment-17150</guid>
		<description>What about password security?! I think sharing passwords with a third party site is a little risky...

Jarek</description>
		<content:encoded><![CDATA[<p>What about password security?! I think sharing passwords with a third party site is a little risky&#8230;</p>
<p>Jarek</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.257 seconds -->
