<?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: Authenticating Users With Facebook Connect and Google Friend Connect</title>
	<atom:link href="http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Thu, 18 Mar 2010 15:04:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin Krcho</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-217349</link>
		<dc:creator>Martin Krcho</dc:creator>
		<pubDate>Sat, 27 Feb 2010 19:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-217349</guid>
		<description>Thanks for this tutorial, mate :) Have you already posted another one explaining server-side integration of both APIs? I want to write a simple webapp, where I will give people a choice to either create an account or to use one of their existing accounts (FB, Google, Yahoo, you name them...). I am assumig that you simply save user&#039;s username and profile picture URL when they post a comment. The name won&#039;t get updated when the users change their name on Facebook though, right? Is then better solution to save their Facebook ID ane load the info on the fly? I am not trying to criticise, just start a discussion. Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial, mate <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Have you already posted another one explaining server-side integration of both APIs? I want to write a simple webapp, where I will give people a choice to either create an account or to use one of their existing accounts (FB, Google, Yahoo, you name them&#8230;). I am assumig that you simply save user&#8217;s username and profile picture URL when they post a comment. The name won&#8217;t get updated when the users change their name on Facebook though, right? Is then better solution to save their Facebook ID ane load the info on the fly? I am not trying to criticise, just start a discussion. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-197614</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-197614</guid>
		<description>Something like this:

// Sent the request  
	req.send(function(data) {
		// If the view_data had an error, then user is not signed in  
		if (!data.get(&#039;viewer_data&#039;).hadError()) {  
			//get the users data from GFC  
			var viewer = data.get(&#039;viewer_data&#039;).getData();
			if (typeof(viewer.getField(opensocial.Person.Field.URLS)) != &quot;undefined&quot;)
				var url = viewer.getField(opensocial.Person.Field.URLS)[0].getField(&#039;address&#039;);
			else
				var url = &quot;&quot;;
			update_userbox( viewer.getDisplayName(),
				viewer.getField(opensocial.Person.Field.THUMBNAIL_URL),
				url,
				&#039;google.friendconnect.requestSignOut()&#039;);
		}
	});</description>
		<content:encoded><![CDATA[<p>Something like this:</p>
<p>// Sent the request<br />
	req.send(function(data) {<br />
		// If the view_data had an error, then user is not signed in<br />
		if (!data.get(&#8216;viewer_data&#8217;).hadError()) {<br />
			//get the users data from GFC<br />
			var viewer = data.get(&#8216;viewer_data&#8217;).getData();<br />
			if (typeof(viewer.getField(opensocial.Person.Field.URLS)) != &#8220;undefined&#8221;)<br />
				var url = viewer.getField(opensocial.Person.Field.URLS)[0].getField(&#8216;address&#8217;);<br />
			else<br />
				var url = &#8220;&#8221;;<br />
			update_userbox( viewer.getDisplayName(),<br />
				viewer.getField(opensocial.Person.Field.THUMBNAIL_URL),<br />
				url,<br />
				&#8216;google.friendconnect.requestSignOut()&#8217;);<br />
		}<br />
	});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-197609</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-197609</guid>
		<description>The field URLS is optional!! check if undefined first</description>
		<content:encoded><![CDATA[<p>The field URLS is optional!! check if undefined first</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I just realized that Bing stands for "Because It's Not Google" FB Fanpage owner</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-168580</link>
		<dc:creator>I just realized that Bing stands for "Because It's Not Google" FB Fanpage owner</dc:creator>
		<pubDate>Wed, 20 Jan 2010 00:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-168580</guid>
		<description>&lt;!-- Facebook Badge START --&gt;&lt;a href=&quot;http://www.facebook.com/pages/I-just-realized-that-Bing-stands-for-Because-Its-Not-Google/193414058343&quot; title=&quot;I just realized that Bing stands for &quot;Because Its Not Google&quot;&quot; rel=&quot;nofollow&quot;&gt;I just realized that Bing stands for &quot;Because Its Not Google&quot;&lt;/a&gt;&lt;a href=&quot;http://www.facebook.com/pages/I-just-realized-that-Bing-stands-for-Because-Its-Not-Google/193414058343&quot; title=&quot;I just realized that Bing stands for &quot;Because Its Not Google&quot;&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://www.facebook.com/business/dashboard/&quot; title=&quot;Make your own badge!&quot; rel=&quot;nofollow&quot;&gt;Promote Your Page Too&lt;/a&gt;&lt;!-- Facebook Badge END --&gt;



Please help keep this fan page alive by adding this to your website! It would mean a lot if you helped... :(</description>
		<content:encoded><![CDATA[<p><!-- Facebook Badge START --><a href="http://www.facebook.com/pages/I-just-realized-that-Bing-stands-for-Because-Its-Not-Google/193414058343" title="I just realized that Bing stands for &quot;Because Its Not Google&quot;" rel="nofollow">I just realized that Bing stands for &quot;Because Its Not Google&quot;</a><a href="http://www.facebook.com/pages/I-just-realized-that-Bing-stands-for-Because-Its-Not-Google/193414058343" title="I just realized that Bing stands for &quot;Because Its Not Google&quot;" rel="nofollow"></a><a href="http://www.facebook.com/business/dashboard/" title="Make your own badge!" rel="nofollow">Promote Your Page Too</a><!-- Facebook Badge END --></p>
<p>Please help keep this fan page alive by adding this to your website! It would mean a lot if you helped&#8230; <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Ibad</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-154131</link>
		<dc:creator>Abdul Ibad</dc:creator>
		<pubDate>Tue, 29 Dec 2009 04:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-154131</guid>
		<description>same here. Only works with twitter but failed with google and yahoo.</description>
		<content:encoded><![CDATA[<p>same here. Only works with twitter but failed with google and yahoo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-117460</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-117460</guid>
		<description>Cool.</description>
		<content:encoded><![CDATA[<p>Cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wholesale lingerie</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-114658</link>
		<dc:creator>wholesale lingerie</dc:creator>
		<pubDate>Sat, 03 Oct 2009 04:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-114658</guid>
		<description>Thanks for sharing this valuable information.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this valuable information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tung</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-113835</link>
		<dc:creator>Tung</dc:creator>
		<pubDate>Thu, 01 Oct 2009 08:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-113835</guid>
		<description>Thanks for sharing....</description>
		<content:encoded><![CDATA[<p>Thanks for sharing&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-107374</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Wed, 16 Sep 2009 10:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-107374</guid>
		<description>Thanks for the nice tutorial ,</description>
		<content:encoded><![CDATA[<p>Thanks for the nice tutorial ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Agestam</title>
		<link>http://net.tutsplus.com/tutorials/other/authenticating-users-with-facebook-connect-and-google-friend-connect/comment-page-1/#comment-106299</link>
		<dc:creator>Anton Agestam</dc:creator>
		<pubDate>Mon, 14 Sep 2009 17:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5731#comment-106299</guid>
		<description>Pretty obvious that &quot;opensocial.Person.Field.URLS&quot; is not set. Have you spelled wrong somewhere?</description>
		<content:encoded><![CDATA[<p>Pretty obvious that &#8220;opensocial.Person.Field.URLS&#8221; is not set. Have you spelled wrong somewhere?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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