Hello guys,
I try to setup Facebook Connect with the Facbook Connect Plugin. I
installed the facebooker gem and put following int my view:
<html xmlns="
http://www.w3.org/1999/xhtml" xmlns:fb="http://
www.facebook.com/2008/fbml">
<script src="
http://static.ak.connect.facebook.com/js/api_lib/v0.4/
FeatureLoader.js.php" type="text/javascript"></script>
<%= fb_connect_javascript_tag %>
<%= init_fb_connect "XFBML" %>
<%= authlogic_facebook_login_button %>
as it is described in the plugins readme. The Connect button isn't
rendered on the page. Anybody ran into the same issue or has a hint
what the problem could be?
Thanks in advance
Matthias