<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Larry Rubin - Design Aesthetic</title>
	
	<link>http://www.designaesthetic.com</link>
	<description>@LarryRubin</description>
	<lastBuildDate>Fri, 04 May 2012 07:43:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DesignAestheticComments" /><feedburner:info uri="designaestheticcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on How to Create a Facebook Login Using OAuth 2.0 and the PHP SDK by Larry Rubin</title>
		<link>http://www.designaesthetic.com/2012/03/02/create-facebook-login-oauth-php-sdk/comment-page-1/#comment-9188</link>
		<dc:creator>Larry Rubin</dc:creator>
		<pubDate>Fri, 04 May 2012 07:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=443#comment-9188</guid>
		<description>You need to first ask for an additional permission from the user. Request the email permission by adding a params array to getLoginUrl:

$params = array('scope' =&gt; 'email');
$this-&gt;data['fbLoginUrl'] = $this-&gt;facebook-&gt;getLoginUrl($params);

With this in place, the retrieved user object will contain a field for "email". In my example, you'll find it in $user_profile['email'].</description>
		<content:encoded><![CDATA[<p>You need to first ask for an additional permission from the user. Request the email permission by adding a params array to getLoginUrl:</p>
<p>$params = array(&#8216;scope&#8217; =&gt; &#8216;email&#8217;);<br />
$this-&gt;data['fbLoginUrl'] = $this-&gt;facebook-&gt;getLoginUrl($params);</p>
<p>With this in place, the retrieved user object will contain a field for &#8220;email&#8221;. In my example, you&#8217;ll find it in $user_profile['email'].</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a Facebook Login Using OAuth 2.0 and the PHP SDK by blogtj</title>
		<link>http://www.designaesthetic.com/2012/03/02/create-facebook-login-oauth-php-sdk/comment-page-1/#comment-9184</link>
		<dc:creator>blogtj</dc:creator>
		<pubDate>Thu, 26 Apr 2012 04:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=443#comment-9184</guid>
		<description>hi,
if i want to extract also the email of the person... how can i do that?</description>
		<content:encoded><![CDATA[<p>hi,<br />
if i want to extract also the email of the person&#8230; how can i do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a Facebook Login Using OAuth 2.0 and the PHP SDK by Larry Rubin</title>
		<link>http://www.designaesthetic.com/2012/03/02/create-facebook-login-oauth-php-sdk/comment-page-1/#comment-9148</link>
		<dc:creator>Larry Rubin</dc:creator>
		<pubDate>Thu, 29 Mar 2012 03:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=443#comment-9148</guid>
		<description>Hi Nikolas,
To log the user out of your app but not out of Facebook, write a logout function that looks like this:

$facebook = new Facebook(array(
    'appId'  =&gt; 'YOUR_APP_ID',
    'secret' =&gt; 'YOUR_APP_SECRET',
));
$facebook-&gt;destroySession();</description>
		<content:encoded><![CDATA[<p>Hi Nikolas,<br />
To log the user out of your app but not out of Facebook, write a logout function that looks like this:</p>
<p>$facebook = new Facebook(array(<br />
    &#8216;appId&#8217;  =&gt; &#8216;YOUR_APP_ID&#8217;,<br />
    &#8216;secret&#8217; =&gt; &#8216;YOUR_APP_SECRET&#8217;,<br />
));<br />
$facebook-&gt;destroySession();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a Facebook Login Using OAuth 2.0 and the PHP SDK by Nikolas</title>
		<link>http://www.designaesthetic.com/2012/03/02/create-facebook-login-oauth-php-sdk/comment-page-1/#comment-9140</link>
		<dc:creator>Nikolas</dc:creator>
		<pubDate>Tue, 20 Mar 2012 16:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=443#comment-9140</guid>
		<description>Thank you for this code. However when I click on logout, I have my facebook account logged out but the Logout link is still appeared in the page. Isn't supposed a logout link to logout you from the page and destroy the access token?</description>
		<content:encoded><![CDATA[<p>Thank you for this code. However when I click on logout, I have my facebook account logged out but the Logout link is still appeared in the page. Isn&#8217;t supposed a logout link to logout you from the page and destroy the access token?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iptables open port 80/443/110 by brian</title>
		<link>http://www.designaesthetic.com/2011/07/11/linux-how-to-open-port-80-443-110-http-ssl-pop3/comment-page-1/#comment-9134</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Fri, 16 Mar 2012 14:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=319#comment-9134</guid>
		<description>Thank you very much, right to the point and just what I needed!
-Brian</description>
		<content:encoded><![CDATA[<p>Thank you very much, right to the point and just what I needed!<br />
-Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fedora 15 virtualbox dhcp by Nigel Smith</title>
		<link>http://www.designaesthetic.com/2011/07/14/fedora-15-virtualbox-dhcp/comment-page-1/#comment-8865</link>
		<dc:creator>Nigel Smith</dc:creator>
		<pubDate>Thu, 27 Oct 2011 23:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=337#comment-8865</guid>
		<description>Larry, many thanks for doing this write-up.
It worked a treat, and saved me a lot of time.</description>
		<content:encoded><![CDATA[<p>Larry, many thanks for doing this write-up.<br />
It worked a treat, and saved me a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on turntable.fm export playlist queue by bobby</title>
		<link>http://www.designaesthetic.com/2011/07/16/turntable-fm-export-playlist-queue/comment-page-1/#comment-8843</link>
		<dc:creator>bobby</dc:creator>
		<pubDate>Tue, 18 Oct 2011 22:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=369#comment-8843</guid>
		<description>Yeah this is awesome, works like a charm, just remember to block your ad-blocker for a sec</description>
		<content:encoded><![CDATA[<p>Yeah this is awesome, works like a charm, just remember to block your ad-blocker for a sec</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fedora 15 virtualbox dhcp by Dinesh</title>
		<link>http://www.designaesthetic.com/2011/07/14/fedora-15-virtualbox-dhcp/comment-page-1/#comment-8842</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Tue, 18 Oct 2011 15:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=337#comment-8842</guid>
		<description>A perfect solution with perfect explanation.</description>
		<content:encoded><![CDATA[<p>A perfect solution with perfect explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon EC2 Cheat Sheet by What is the best way to learn how to set up an Amazon EC2 server? - Quora</title>
		<link>http://www.designaesthetic.com/2011/03/16/amazon-ec2-cheat-sheet/comment-page-1/#comment-8841</link>
		<dc:creator>What is the best way to learn how to set up an Amazon EC2 server? - Quora</dc:creator>
		<pubDate>Thu, 06 Oct 2011 14:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=129#comment-8841</guid>
		<description>[...] Page for Amazon Documentation for EC2: http://aws.amazon.com/documentat...Amazon EC2 Cheat Sheet: http://www.designaesthetic.com/2...Amazon Machine Images (AMI) Wiki: http://en.wikipedia.org/wiki/Ama...Getting Started with Amazon [...]</description>
		<content:encoded><![CDATA[<p>[...] Page for Amazon Documentation for EC2: <a href="http://aws.amazon.com/documentat...Amazon" rel="nofollow">http://aws.amazon.com/documentat&#8230;Amazon</a> EC2 Cheat Sheet: <a href="http://www.designaesthetic.com/2...Amazon" rel="nofollow">http://www.designaesthetic.com/2&#8230;Amazon</a> Machine Images (AMI) Wiki: <a href="http://en.wikipedia.org/wiki/Ama...Getting" rel="nofollow">http://en.wikipedia.org/wiki/Ama&#8230;Getting</a> Started with Amazon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fedora 15 virtualbox dhcp by Jan Vermeir</title>
		<link>http://www.designaesthetic.com/2011/07/14/fedora-15-virtualbox-dhcp/comment-page-1/#comment-8838</link>
		<dc:creator>Jan Vermeir</dc:creator>
		<pubDate>Sat, 17 Sep 2011 17:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.designaesthetic.com/?p=337#comment-8838</guid>
		<description>Hi Larry, works! thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Hi Larry, works! thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

