<?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: Django-SocialAuth &#8211; Login via twitter, facebook, openid, yahoo, google using a single app.</title>
	<atom:link href="http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/</link>
	<description>Building Amazing Webapps</description>
	<lastBuildDate>Wed, 10 Mar 2010 01:38:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Django Tools and Links &#171; streamhacker.com</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-3995</link>
		<dc:creator>Django Tools and Links &#171; streamhacker.com</dc:creator>
		<pubDate>Sun, 14 Feb 2010 16:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-3995</guid>
		<description>&lt;p&gt;[...] signals &#124; MercurytideSocial Appsuswaretech&#8217;s Django-Socialauth at master &#8211; GitHubDjango-SocialAuth &#8211; Login via twitter, facebook, openid, yahoo, google using a single app. —...Formsdjango-simple-captcha &#8211; Project Hosting on Google CodeMarco Fucci &#8211; Integrating [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] signals | MercurytideSocial Appsuswaretech&#8217;s Django-Socialauth at master &#8211; GitHubDjango-SocialAuth &#8211; Login via twitter, facebook, openid, yahoo, google using a single app. —&#8230;Formsdjango-simple-captcha &#8211; Project Hosting on Google CodeMarco Fucci &#8211; Integrating [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-3635</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Wed, 27 Jan 2010 02:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-3635</guid>
		<description>&lt;p&gt;Looks like there is an error in the code. 
openid_consumer/util.py
Line 48-49:
            issued = association.issued,
            lifetime = association.issued,
should be
            issued = association.issued,
            lifetime = association.lifetime,
otherwise I &lt;em&gt;think&lt;/em&gt; that the assoc handle won&#039;t really time out, which is a Bad Thing:
http://openid.net/specs/openid-authentication-2_0.html#rfc.section.8.2.1
&quot;expires_in: The lifetime, in seconds, of this association. The Relying Party MUST NOT use the association after this time has passed. &quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looks like there is an error in the code. 
openid_consumer/util.py
Line 48-49:
            issued = association.issued,
            lifetime = association.issued,
should be
            issued = association.issued,
            lifetime = association.lifetime,
otherwise I <em>think</em> that the assoc handle won&#8217;t really time out, which is a Bad Thing:
<a href="http://openid.net/specs/openid-authentication-2_0.html#rfc.section.8.2.1" rel="nofollow">http://openid.net/specs/openid-authentication-2_0.html#rfc.section.8.2.1</a>
&#8220;expires_in: The lifetime, in seconds, of this association. The Relying Party MUST NOT use the association after this time has passed. &#8220;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-3547</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 22 Jan 2010 04:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-3547</guid>
		<description>&lt;p&gt;Your demo is broken.  I keep getting 500 errors.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your demo is broken.  I keep getting 500 errors.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: siska</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-3212</link>
		<dc:creator>siska</dc:creator>
		<pubDate>Fri, 25 Dec 2009 04:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-3212</guid>
		<description>&lt;p&gt;bagaimana???&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>bagaimana???</p>]]></content:encoded>
	</item>
	<item>
		<title>By: diegueus9</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-3060</link>
		<dc:creator>diegueus9</dc:creator>
		<pubDate>Fri, 04 Dec 2009 20:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-3060</guid>
		<description>&lt;p&gt;Hi, i try the demo but i got a 500 error&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, i try the demo but i got a 500 error</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-2867</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-2867</guid>
		<description>&lt;p&gt;Looks like a great app!  I just installed it and the required libraries, and im getting the error:
Could not import socialauth.views. Error was: No module named lib&lt;/p&gt;

&lt;p&gt;I believe its installed properly (in /usr/local/libpython2.6/dist-packages/django_socialauth-0.1.2-py2.6.....).  The lib directory exist and it looks like it installed fine..&lt;/p&gt;

&lt;p&gt;any ideas?
Thanks
Dave&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looks like a great app!  I just installed it and the required libraries, and im getting the error:
Could not import socialauth.views. Error was: No module named lib</p>

<p>I believe its installed properly (in /usr/local/libpython2.6/dist-packages/django_socialauth-0.1.2-py2.6&#8230;..).  The lib directory exist and it looks like it installed fine..</p>

<p>any ideas?
Thanks
Dave</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ofri</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-2836</link>
		<dc:creator>Ofri</dc:creator>
		<pubDate>Tue, 27 Oct 2009 07:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-2836</guid>
		<description>&lt;p&gt;hi. great work. an app i was looking for some time!&lt;/p&gt;

&lt;p&gt;but i have a small problem:
after i login via google (didn&#039;t test with the others), the page /accounts/login/done/ page (and also users table in the db) show user.username=&#039;dniktqwkgcn&#039;. this is not my username :S
this also happens in the demo site (look at the page title... &#039;hello dniktqwkgcn&#039;)
also user.email is incorrect.&lt;/p&gt;

&lt;p&gt;any ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi. great work. an app i was looking for some time!</p>

<p>but i have a small problem:
after i login via google (didn&#8217;t test with the others), the page /accounts/login/done/ page (and also users table in the db) show user.username=&#8217;dniktqwkgcn&#8217;. this is not my username :S
this also happens in the demo site (look at the page title&#8230; &#8216;hello dniktqwkgcn&#8217;)
also user.email is incorrect.</p>

<p>any ideas?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Django-SocialAuth &#171; &#8230;got brain?</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-2833</link>
		<dc:creator>Django-SocialAuth &#171; &#8230;got brain?</dc:creator>
		<pubDate>Mon, 26 Oct 2009 14:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-2833</guid>
		<description>&lt;p&gt;[...] Django-SocialAuth   Here is an app to allow logging in via twitter, facebook, openid, yahoo, google, which should work transparently with Django authentication system. (@login_required, User and other infrastructure work as expected.) via uswaretech.com [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Django-SocialAuth   Here is an app to allow logging in via twitter, facebook, openid, yahoo, google, which should work transparently with Django authentication system. (@login_required, User and other infrastructure work as expected.) via uswaretech.com [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: @TheKeyboard &#187; Blog Archive &#187; Chris&#8217; Brain &#8211; Almost October 2009 Edition</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-2782</link>
		<dc:creator>@TheKeyboard &#187; Blog Archive &#187; Chris&#8217; Brain &#8211; Almost October 2009 Edition</dc:creator>
		<pubDate>Thu, 24 Sep 2009 20:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-2782</guid>
		<description>&lt;p&gt;[...] PHP framework? Being ignorant, I have no idea how easy it would be to create something like Django-Socialauth for Zend Framework, where you can drop it into your application and it comes with templates and [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] PHP framework? Being ignorant, I have no idea how easy it would be to create something like Django-Socialauth for Zend Framework, where you can drop it into your application and it comes with templates and [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Mather &#187; Bookmarks for August 18th through September 14th</title>
		<link>http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/comment-page-3/#comment-2741</link>
		<dc:creator>Josh Mather &#187; Bookmarks for August 18th through September 14th</dc:creator>
		<pubDate>Mon, 14 Sep 2009 22:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=667#comment-2741</guid>
		<description>&lt;p&gt;[...] Django-SocialAuth - Login via twitter, facebook, openid, yahoo, google using a single app. &#8212; T... - Could be a good base to move trainingtwits to more networks. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Django-SocialAuth &#8211; Login via twitter, facebook, openid, yahoo, google using a single app. &mdash; T&#8230; &#8211; Could be a good base to move trainingtwits to more networks. [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
