<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SFC 1.0 &#8211; Login and Registration</title>
	<atom:link href="http://ottopress.com/2011/sfc-1-0-login-and-registration/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/</link>
	<description>You have to use an Ottopress to get fresh squeezed Otto.</description>
	<lastBuildDate>Wed, 22 May 2013 16:53:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24284</generator>
	<item>
		<title>By: Sergio Rua</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-10047</link>
		<dc:creator>Sergio Rua</dc:creator>
		<pubDate>Fri, 28 Oct 2011 23:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-10047</guid>
		<description><![CDATA[Hi, I&#039;m trying to use the plugin, but I&#039;m stuck, because I can&#039;t find any widget with the login/register, should this come with the plugin? I already enabled login a register in SFC, and enabled anyone can register on wordpress. Everything seems ok, I just can get the widget with the login/register.]]></description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to use the plugin, but I&#8217;m stuck, because I can&#8217;t find any widget with the login/register, should this come with the plugin? I already enabled login a register in SFC, and enabled anyone can register on wordpress. Everything seems ok, I just can get the widget with the login/register.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Hansen</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-9794</link>
		<dc:creator>Anders Hansen</dc:creator>
		<pubDate>Wed, 28 Sep 2011 10:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-9794</guid>
		<description><![CDATA[I use a theme with a custom login-design. Is there at function to add to get the F-login, as the like buttons sfc_like_function ()?]]></description>
		<content:encoded><![CDATA[<p>I use a theme with a custom login-design. Is there at function to add to get the F-login, as the like buttons sfc_like_function ()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke DeWitt</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-9702</link>
		<dc:creator>Luke DeWitt</dc:creator>
		<pubDate>Tue, 13 Sep 2011 15:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-9702</guid>
		<description><![CDATA[Pardon my mistake... I had the account created previously... that&#039;s what it was finding and linking up to (usermeta was fbuid, which is why it was finding the user so easily).

Still trying to get the login button to work anywhere on the site... Currently I can get the user to the registration screen, and it&#039;s registering them, but then is re-loading the registration screen where I would like them to go to their account or the homepage or something. I&#039;ll figure it out, and if you have time, I&#039;d love your opinion on what I&#039;ve done!

Thanks!

--d]]></description>
		<content:encoded><![CDATA[<p>Pardon my mistake&#8230; I had the account created previously&#8230; that&#8217;s what it was finding and linking up to (usermeta was fbuid, which is why it was finding the user so easily).</p>
<p>Still trying to get the login button to work anywhere on the site&#8230; Currently I can get the user to the registration screen, and it&#8217;s registering them, but then is re-loading the registration screen where I would like them to go to their account or the homepage or something. I&#8217;ll figure it out, and if you have time, I&#8217;d love your opinion on what I&#8217;ve done!</p>
<p>Thanks!</p>
<p>&#8211;d</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-9701</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Tue, 13 Sep 2011 14:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-9701</guid>
		<description><![CDATA[It &lt;em&gt;can&#039;t&lt;/em&gt; create an account. Not by itself, not automatically. And if the anyone can register is disabled, then the whole sfc-register.php file aborts out right at the top; none of that code loads. If you had this account already, and the emails matched, then it would have connected the existing account. I think that must be what happened.

SFC doesn&#039;t &quot;create accounts&quot; of any kind, period. Even the register plugin doesn&#039;t create accounts. It just hooks in to the built in WP code, which creates the account through the normal process. SFC doesn&#039;t add users, it lets the core code add the users, then it hooks them up to FB accounts.

And there&#039;s a bit more to oauth 2 support than just that. However, the trunk version of the code has that oauth support mostly working.]]></description>
		<content:encoded><![CDATA[<p>It <em>can&#8217;t</em> create an account. Not by itself, not automatically. And if the anyone can register is disabled, then the whole sfc-register.php file aborts out right at the top; none of that code loads. If you had this account already, and the emails matched, then it would have connected the existing account. I think that must be what happened.</p>
<p>SFC doesn&#8217;t &#8220;create accounts&#8221; of any kind, period. Even the register plugin doesn&#8217;t create accounts. It just hooks in to the built in WP code, which creates the account through the normal process. SFC doesn&#8217;t add users, it lets the core code add the users, then it hooks them up to FB accounts.</p>
<p>And there&#8217;s a bit more to oauth 2 support than just that. However, the trunk version of the code has that oauth support mostly working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke DeWitt</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-9700</link>
		<dc:creator>Luke DeWitt</dc:creator>
		<pubDate>Tue, 13 Sep 2011 14:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-9700</guid>
		<description><![CDATA[Hmmm... weird, it definitely created an account... used my Facebook UID as the username... I&#039;ll try to duplicate. I&#039;m also working locally and I&#039;m getting absolutely zero errors for doing so... but I am sure I am using SFC...

I&#039;m actually working on trying to create a login button that can be put somewhere into the site (sidebar, header, wherever). If I manage to get it working, is there any way I can send you the code to maybe get it added into the SFC plugin?

Also, I notice your JS initialization of the FB object isn&#039;t using &quot;oath: true&quot;, it&#039;s my understanding that this will be required soon, should this be updated?

Thanks for the response!]]></description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; weird, it definitely created an account&#8230; used my Facebook UID as the username&#8230; I&#8217;ll try to duplicate. I&#8217;m also working locally and I&#8217;m getting absolutely zero errors for doing so&#8230; but I am sure I am using SFC&#8230;</p>
<p>I&#8217;m actually working on trying to create a login button that can be put somewhere into the site (sidebar, header, wherever). If I manage to get it working, is there any way I can send you the code to maybe get it added into the SFC plugin?</p>
<p>Also, I notice your JS initialization of the FB object isn&#8217;t using &#8220;oath: true&#8221;, it&#8217;s my understanding that this will be required soon, should this be updated?</p>
<p>Thanks for the response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-9699</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Tue, 13 Sep 2011 12:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-9699</guid>
		<description><![CDATA[Sorry, but no, that&#039;s not how it works at all. If &quot;Anyone can register&quot; is disabled, then the registration just doesn&#039;t work at all, period. SFC cannot create accounts using a one-click method, under any circumstances. It can&#039;t auto-create an account using your Facebook UID as the username.

Are you use you&#039;re using SFC and not some other Facebook plugin? Because SFC doesn&#039;t have the code to do anything you&#039;re describing.

Also, SFC doesn&#039;t &quot;work locally&quot;, so you can&#039;t be using it on a local test environment to begin with.]]></description>
		<content:encoded><![CDATA[<p>Sorry, but no, that&#8217;s not how it works at all. If &#8220;Anyone can register&#8221; is disabled, then the registration just doesn&#8217;t work at all, period. SFC cannot create accounts using a one-click method, under any circumstances. It can&#8217;t auto-create an account using your Facebook UID as the username.</p>
<p>Are you use you&#8217;re using SFC and not some other Facebook plugin? Because SFC doesn&#8217;t have the code to do anything you&#8217;re describing.</p>
<p>Also, SFC doesn&#8217;t &#8220;work locally&#8221;, so you can&#8217;t be using it on a local test environment to begin with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke DeWitt</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-9691</link>
		<dc:creator>Luke DeWitt</dc:creator>
		<pubDate>Mon, 12 Sep 2011 18:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-9691</guid>
		<description><![CDATA[Aha! &quot;Anyone Can Register&quot; must be turned on to get the registration screen! That solves my first issue. Otherwise using login will just automatically create an account. Might be a nice way to do things if you only want users to register for your site using their Facebook accounts!

--d]]></description>
		<content:encoded><![CDATA[<p>Aha! &#8220;Anyone Can Register&#8221; must be turned on to get the registration screen! That solves my first issue. Otherwise using login will just automatically create an account. Might be a nice way to do things if you only want users to register for your site using their Facebook accounts!</p>
<p>&#8211;d</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke DeWitt</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-9690</link>
		<dc:creator>Luke DeWitt</dc:creator>
		<pubDate>Mon, 12 Sep 2011 17:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-9690</guid>
		<description><![CDATA[Hi Otto,

Just reading over this, hoping that I understand what&#039;s happening.

You have the breakdown as follows:

For existing users:

You click the Login button.
You login to Facebook if needed.
If your email on Facebook matches your email in WordPress, you’re logged in and your account is automatically connected.
If your email doesn’t match, then you can log in normally with WordPress instead, and connect your account manually, on the Users-&gt;Your Profile screen.

For new users:

You click the Login button.
You login to Facebook if needed.
If no account can be found for you from the login process, you get redirected to the Register page.
There the Facebook register plugin shows up and lets you register for the WordPress site, using your Facebook credentials. All it asks for is a username and to solve a CAPTCHA (to prevent spam registrations).
You get a new WordPress account, already connected to Facebook for you. It even emails you a password.

I&#039;m working locally at the moment. I clicked the &quot;login&quot; button, logged into my account and WordPress automatically created a new account for me with the username of my Facebook UID. I was not taken to a registration page. Personally, this makes way more sense to me, but it doesn&#039;t appear to be following that break down.

My other question was how difficult would it be to have the login button somewhere in my header, and have the user redirected to the page they are looking at when they login via that button?

Thank you,

--d]]></description>
		<content:encoded><![CDATA[<p>Hi Otto,</p>
<p>Just reading over this, hoping that I understand what&#8217;s happening.</p>
<p>You have the breakdown as follows:</p>
<p>For existing users:</p>
<p>You click the Login button.<br />
You login to Facebook if needed.<br />
If your email on Facebook matches your email in WordPress, you’re logged in and your account is automatically connected.<br />
If your email doesn’t match, then you can log in normally with WordPress instead, and connect your account manually, on the Users-&gt;Your Profile screen.</p>
<p>For new users:</p>
<p>You click the Login button.<br />
You login to Facebook if needed.<br />
If no account can be found for you from the login process, you get redirected to the Register page.<br />
There the Facebook register plugin shows up and lets you register for the WordPress site, using your Facebook credentials. All it asks for is a username and to solve a CAPTCHA (to prevent spam registrations).<br />
You get a new WordPress account, already connected to Facebook for you. It even emails you a password.</p>
<p>I&#8217;m working locally at the moment. I clicked the &#8220;login&#8221; button, logged into my account and WordPress automatically created a new account for me with the username of my Facebook UID. I was not taken to a registration page. Personally, this makes way more sense to me, but it doesn&#8217;t appear to be following that break down.</p>
<p>My other question was how difficult would it be to have the login button somewhere in my header, and have the user redirected to the page they are looking at when they login via that button?</p>
<p>Thank you,</p>
<p>&#8211;d</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Macedo</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-9634</link>
		<dc:creator>Ricardo Macedo</dc:creator>
		<pubDate>Sat, 03 Sep 2011 23:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-9634</guid>
		<description><![CDATA[Hello Otto!
This plugin is great. But could be the perfect if you add these enhancements:
1. Auto Login: Possible if someone has already connected your account with facebook. If you are logged into Facebook and open the page (Wordpress CMS) automatically logs on the page. Have full support BuddyPress.
2. The registration system is also applied in SFC user registration BuddyPress.
3. Widget login with Facebook.
4. For now, no more suggestions.
Good work and Thank You.]]></description>
		<content:encoded><![CDATA[<p>Hello Otto!<br />
This plugin is great. But could be the perfect if you add these enhancements:<br />
1. Auto Login: Possible if someone has already connected your account with facebook. If you are logged into Facebook and open the page (WordPress CMS) automatically logs on the page. Have full support BuddyPress.<br />
2. The registration system is also applied in SFC user registration BuddyPress.<br />
3. Widget login with Facebook.<br />
4. For now, no more suggestions.<br />
Good work and Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nabeel</title>
		<link>http://ottopress.com/2011/sfc-1-0-login-and-registration/comment-page-1/#comment-9633</link>
		<dc:creator>Nabeel</dc:creator>
		<pubDate>Sat, 03 Sep 2011 23:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=608#comment-9633</guid>
		<description><![CDATA[thanks Otto ... I noticed that it is not for frontend]]></description>
		<content:encoded><![CDATA[<p>thanks Otto &#8230; I noticed that it is not for frontend</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Object Caching 432/455 objects using xcache

 Served from: ottodestruct.com @ 2013-05-24 23:48:59 by W3 Total Cache -->