<?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 component, now with some Elfin goodness&#8230;</title>
	<atom:link href="http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/</link>
	<description>Done, and gets things smart.</description>
	<lastBuildDate>Tue, 02 Mar 2010 06:28:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scot Hacker</title>
		<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/comment-page-1/#comment-2642</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=528#comment-2642</guid>
		<description>Docs say I need in settings:
FACEBOOK_API_SECRET=

but upon first FB connection, Django complains that I need:
FACEBOOK_SECRET_KEY

I assume this is the same, and is a typo in the docs. Set FACEBOOK_SECRET_KEY be the same as API_SECRET, but now clicking the FB Connect button does nothing.</description>
		<content:encoded><![CDATA[<p>Docs say I need in settings:<br />
FACEBOOK_API_SECRET=</p>
<p>but upon first FB connection, Django complains that I need:<br />
FACEBOOK_SECRET_KEY</p>
<p>I assume this is the same, and is a typo in the docs. Set FACEBOOK_SECRET_KEY be the same as API_SECRET, but now clicking the FB Connect button does nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/comment-page-1/#comment-2641</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=528#comment-2641</guid>
		<description>In template socialauth/login.html there are two javascript lines in block extra_body. Shouldn&#039;t these be in block extra_head (since javascript goes in the head?)</description>
		<content:encoded><![CDATA[<p>In template socialauth/login.html there are two javascript lines in block extra_body. Shouldn&#8217;t these be in block extra_head (since javascript goes in the head?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/comment-page-1/#comment-2640</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=528#comment-2640</guid>
		<description>Just digging in with this - project sounds promising. Couldn&#039;t see a way to file bugs at github so leaving notes here. 

There are two templates: socialauth_base.html and socialauth/socialauth_base.html . They are not duplicates. Is this redundancy intentional?</description>
		<content:encoded><![CDATA[<p>Just digging in with this &#8211; project sounds promising. Couldn&#8217;t see a way to file bugs at github so leaving notes here. </p>
<p>There are two templates: socialauth_base.html and socialauth/socialauth_base.html . They are not duplicates. Is this redundancy intentional?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panos Laganakos</title>
		<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/comment-page-1/#comment-2205</link>
		<dc:creator>Panos Laganakos</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=528#comment-2205</guid>
		<description>I agree with most of the stuff here, and gave a look at your commits on github.

Why do you worry about an app&#039;s base.html overlapping any other? We already extend an app specific template by:

{% extends &#039;app_name/base.html&#039; %}

while

{% extends &#039;app_name/app_name_base.html&#039; %}

looks a bit over-explicit.

&quot;Explicit is better than implicit&quot; - I agree, but I think this is kinda too much :)

Other than that, good work - the middleware sounds like a nice idea.</description>
		<content:encoded><![CDATA[<p>I agree with most of the stuff here, and gave a look at your commits on github.</p>
<p>Why do you worry about an app&#8217;s base.html overlapping any other? We already extend an app specific template by:</p>
<p>{% extends &#8216;app_name/base.html&#8217; %}</p>
<p>while</p>
<p>{% extends &#8216;app_name/app_name_base.html&#8217; %}</p>
<p>looks a bit over-explicit.</p>
<p>&#8220;Explicit is better than implicit&#8221; &#8211; I agree, but I think this is kinda too much <img src='http://www.elfsternberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Other than that, good work &#8211; the middleware sounds like a nice idea.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
