Jordz
2009-Mar-12 22:41 UTC
[Facebooker-talk] undefined local variable or method `fb_connect_javascript_tag''
I am trying to follow this http://www.elevatedrails.com/articles/2009/01/02/announcing-facebooker-support-for-facebook-connect/ But can not get it to work. I installed via script/plugin install git... I have followed it word for word... It just can''t find the facebook connect methods in my view. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <%= javascript_include_tag :defaults%> </head> <body> <h1>My Great Application</h1> <%= fb_connect_javascript_tag %> <%= init_fb_connect "XFBML"%> <%= fb_login_button%> </body> </html> Kind Regards, Jordan.
Mike Mangino
2009-Mar-13 11:13 UTC
[Facebooker-talk] undefined local variable or method `fb_connect_javascript_tag''
Are you using a recent version of the facebooker plugin? Mike On Mar 12, 2009, at 6:41 PM, Jordz wrote:> I am trying to follow this > http://www.elevatedrails.com/articles/2009/01/02/announcing-facebooker-support-for-facebook-connect/ > > But can not get it to work. I installed via script/plugin install > git... > > I have followed it word for word... It just can''t find the facebook > connect methods in my view. > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" > xmlns:fb="http://www.facebook.com/2008/fbml"> > <head> > <%= javascript_include_tag :defaults%> > </head> > <body> > <h1>My Great Application</h1> > <%= fb_connect_javascript_tag %> > <%= init_fb_connect "XFBML"%> > <%= fb_login_button%> > > </body> > </html> > > > Kind Regards, > Jordan. > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com