<?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>Fri, 03 Feb 2012 14:39:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: kira</title>
		<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/comment-page-1/#comment-5747</link>
		<dc:creator>kira</dc:creator>
		<pubDate>Sun, 02 Oct 2011 08:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=528#comment-5747</guid>
		<description>[...] &#160; Django SocialAuth component, now with some Elfin goodness&#8230;&#160;by&#160;Elf Sternberg [...]</description>
		<content:encoded><![CDATA[<p>[...] &nbsp; Django SocialAuth component, now with some Elfin goodness&#8230;&nbsp;by&nbsp;Elf Sternberg [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/comment-page-1/#comment-2869</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Fri, 20 Aug 2010 16:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=528#comment-2869</guid>
		<description>i felt the same about the uswaretech&#039;s socialauth.
I want to use your fork now but have you made any progress since last year?</description>
		<content:encoded><![CDATA[<p>i felt the same about the uswaretech&#8217;s socialauth.<br />
I want to use your fork now but have you made any progress since last year?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elf Sternberg</title>
		<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/comment-page-1/#comment-2732</link>
		<dc:creator>Elf Sternberg</dc:creator>
		<pubDate>Thu, 15 Apr 2010 15:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=528#comment-2732</guid>
		<description>Best practices are not always the most efficient.  See the most recent post about how Digg forces the browser to hook up event handlers the moment there&#039;s something to hook the event handler up to.</description>
		<content:encoded><![CDATA[<p>Best practices are not always the most efficient.  See the most recent post about how Digg forces the browser to hook up event handlers the moment there&#8217;s something to hook the event handler up to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elf Sternberg</title>
		<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/comment-page-1/#comment-2731</link>
		<dc:creator>Elf Sternberg</dc:creator>
		<pubDate>Thu, 15 Apr 2010 15:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=528#comment-2731</guid>
		<description>Facebook gives you both a secret key and a public key.  The secret key allows you to do server-to-server communication.  You need both.</description>
		<content:encoded><![CDATA[<p>Facebook gives you both a secret key and a public key.  The secret key allows you to do server-to-server communication.  You need both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huxley</title>
		<link>http://www.elfsternberg.com/2009/11/24/django-socialauth-component-now-with-some-elfin-goodness/comment-page-1/#comment-2729</link>
		<dc:creator>huxley</dc:creator>
		<pubDate>Thu, 15 Apr 2010 11:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=528#comment-2729</guid>
		<description>&lt;blockquote&gt;Shouldn’t these be in block extra_head (since javascript goes in the head?)&lt;/blockquote&gt;

Javascript can go in the head but there is no prohibition to putting it in the body and if you do put it in the head it will block HTML rendering in many browsers while it&#039;s downloading. CSS should still be put in the head.

Best practices now suggests putting scripts near the end of the body tag, you should still put it in an external file though.</description>
		<content:encoded><![CDATA[<blockquote><p>Shouldn’t these be in block extra_head (since javascript goes in the head?)</p></blockquote>
<p>Javascript can go in the head but there is no prohibition to putting it in the body and if you do put it in the head it will block HTML rendering in many browsers while it&#8217;s downloading. CSS should still be put in the head.</p>
<p>Best practices now suggests putting scripts near the end of the body tag, you should still put it in an external file though.</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-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>

