<?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: Using Facebooker to make a Rails site with Facebook Connect (Part 1)</title>
	<atom:link href="http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/</link>
	<description>be free to express yourself...</description>
	<lastBuildDate>Mon, 22 Mar 2010 20:43:12 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chris</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-3307</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 22 Mar 2010 20:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-3307</guid>
		<description>great post, and thanks for the assists, everyone. i just wanted to clear 1 thing up for future googlers:

 :jquery) %&gt; 

is the tag you jQuery folks may be looking for if you&#039;re having trouble.

thanks</description>
		<content:encoded><![CDATA[<p>great post, and thanks for the assists, everyone. i just wanted to clear 1 thing up for future googlers:</p>
<p> :jquery) %&gt; </p>
<p>is the tag you jQuery folks may be looking for if you&#8217;re having trouble.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-2708</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Wed, 30 Dec 2009 22:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-2708</guid>
		<description>I had the same problem with the element.observe. I&#039;m using mootools. I removed the init_fb_connect “XFBML” and wrote this javascript instead



window.addEvent(&#039;domready&#039;, function() {
	FB_RequireFeatures([&quot;XFBML&quot;], function() {
	  FB.init(&#039;0a3d09575ec0586cc776c78a55489832&#039;,&#039;/xd_receiver.html&#039;, {});
	});
});


I get the button to show up now</description>
		<content:encoded><![CDATA[<p>I had the same problem with the element.observe. I&#8217;m using mootools. I removed the init_fb_connect “XFBML” and wrote this javascript instead</p>
<p>window.addEvent(&#8217;domready&#8217;, function() {<br />
	FB_RequireFeatures(["XFBML"], function() {<br />
	  FB.init(&#8217;0a3d09575ec0586cc776c78a55489832&#8242;,&#8217;/xd_receiver.html&#8217;, {});<br />
	});<br />
});</p>
<p>I get the button to show up now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augusto Guido</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-2700</link>
		<dc:creator>Augusto Guido</dc:creator>
		<pubDate>Tue, 29 Dec 2009 02:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-2700</guid>
		<description>Hey Andrew sorry I didn&#039;t get back to you before ! does that work using Jquery? I&#039;m using prototype..

thanks for reading</description>
		<content:encoded><![CDATA[<p>Hey Andrew sorry I didn&#8217;t get back to you before ! does that work using Jquery? I&#8217;m using prototype..</p>
<p>thanks for reading</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-2612</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 17 Dec 2009 14:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-2612</guid>
		<description>I solved it, i just needed to include Jquery

Thanks anyway, your post was very helpful.</description>
		<content:encoded><![CDATA[<p>I solved it, i just needed to include Jquery</p>
<p>Thanks anyway, your post was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-2609</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 17 Dec 2009 12:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-2609</guid>
		<description>OH COOME OON !!! 

Hi

I am getting a javascript error in the script generatet by these lines:

fb_connect_javascript_tag
init_fb_connect “XFBML”
fb_login_and_redirect(’/player/player’)

and the blue button doesn’t appear.
The error is:
Element.observe is not a function

Here is the source code:

“text/javascript”
[CDATA[
             Element.observe(window,&#039;load&#039;, function() {
                FB_RequireFeatures([&quot;XFBML&quot;], function() {
                  FB.init(&#039;17d56e9a114f18b8eb2bbb30540eed14&#039;,&#039;/xd_receiver.html&#039;, {});
 



fb:login-button onlogin=&quot;window.location.href = &quot;/player/player&quot;;&quot;
fb:login-button
	
</description>
		<content:encoded><![CDATA[<p>OH COOME OON !!! </p>
<p>Hi</p>
<p>I am getting a javascript error in the script generatet by these lines:</p>
<p>fb_connect_javascript_tag<br />
init_fb_connect “XFBML”<br />
fb_login_and_redirect(’/player/player’)</p>
<p>and the blue button doesn’t appear.<br />
The error is:<br />
Element.observe is not a function</p>
<p>Here is the source code:</p>
<p>“text/javascript”<br />
[CDATA[<br />
             Element.observe(window,'load', function() {<br />
                FB_RequireFeatures(["XFBML"], function() {<br />
                  FB.init(&#8217;17d56e9a114f18b8eb2bbb30540eed14&#8242;,&#8217;/xd_receiver.html&#8217;, {});</p>
<p>fb:login-button onlogin=&#8221;window.location.href = &quot;/player/player&quot;;&#8221;<br />
fb:login-button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-2608</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 17 Dec 2009 12:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-2608</guid>
		<description>The code doesn&#039;t appear so i removed the tags..

Hi 

I am getting a javascript error in the script generatet by these lines:

 fb_connect_javascript_tag 
 init_fb_connect &quot;XFBML&quot;
 fb_login_and_redirect(&#039;/player/player&#039;)	

and the blue button doesn&#039;t appear.
The error is:
Element.observe is not a function

Here is the source code:


&quot;text/javascript&quot;
//


	



Any ideas?

Thanks</description>
		<content:encoded><![CDATA[<p>The code doesn&#8217;t appear so i removed the tags..</p>
<p>Hi </p>
<p>I am getting a javascript error in the script generatet by these lines:</p>
<p> fb_connect_javascript_tag<br />
 init_fb_connect &#8220;XFBML&#8221;<br />
 fb_login_and_redirect(&#8217;/player/player&#8217;)	</p>
<p>and the blue button doesn&#8217;t appear.<br />
The error is:<br />
Element.observe is not a function</p>
<p>Here is the source code:</p>
<p>&#8220;text/javascript&#8221;<br />
//</p>
<p>Any ideas?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-2607</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 17 Dec 2009 12:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-2607</guid>
		<description>Hi 

I am getting a javascript error in the script generatet by these lines:



	

and the blue button doesn&#039;t appear.
The error is:
Element.observe is not a function

Here is the source code:



//


	
	


Any ideas?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I am getting a javascript error in the script generatet by these lines:</p>
<p>and the blue button doesn&#8217;t appear.<br />
The error is:<br />
Element.observe is not a function</p>
<p>Here is the source code:</p>
<p>//</p>
<p>Any ideas?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augusto Guido</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-2567</link>
		<dc:creator>Augusto Guido</dc:creator>
		<pubDate>Sat, 12 Dec 2009 23:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-2567</guid>
		<description>hi Wayne, thanks for reading !

It&#039;s not the same problem, in this case facebook_login_users_path is the name of a route in my particular project as I mentioned in the post. So instead of that you should put the path to the action you want to redirect the users after they login using facebook connect.

In this case it&#039;s the facebook_login action in the users controller.</description>
		<content:encoded><![CDATA[<p>hi Wayne, thanks for reading !</p>
<p>It&#8217;s not the same problem, in this case facebook_login_users_path is the name of a route in my particular project as I mentioned in the post. So instead of that you should put the path to the action you want to redirect the users after they login using facebook connect.</p>
<p>In this case it&#8217;s the facebook_login action in the users controller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-2556</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Thu, 10 Dec 2009 09:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-2556</guid>
		<description>Hi

I&#039;m having the same problem as BRAm as well... 

undefined local variable or method `facebook_login_users_path&#039;

fb_connect.rb file is in /vendor/plugins/facebooker/lib/facebooker/rails/helpers</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;m having the same problem as BRAm as well&#8230; </p>
<p>undefined local variable or method `facebook_login_users_path&#8217;</p>
<p>fb_connect.rb file is in /vendor/plugins/facebooker/lib/facebooker/rails/helpers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augusto Guido</title>
		<link>http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/comment-page-1/#comment-2388</link>
		<dc:creator>Augusto Guido</dc:creator>
		<pubDate>Wed, 18 Nov 2009 18:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.moove-it.com/?p=139#comment-2388</guid>
		<description>Hey BRam!

I would make sure that the plugin is corretly installed. You can find that helper inside the fb_connect.rb file. Go to &quot;your app root&quot;/vendor/plugins/facebooker/lib/rails/helpers and you should find it there. If it&#039;s not there then make sure you have correctly followed the steps to install the plugin.

tell me how it went
thanks!</description>
		<content:encoded><![CDATA[<p>Hey BRam!</p>
<p>I would make sure that the plugin is corretly installed. You can find that helper inside the fb_connect.rb file. Go to &#8220;your app root&#8221;/vendor/plugins/facebooker/lib/rails/helpers and you should find it there. If it&#8217;s not there then make sure you have correctly followed the steps to install the plugin.</p>
<p>tell me how it went<br />
thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
