Hey,
well I'm reading the fb connect tutorial here
http://wiki.developers.facebook.com/index.php/Facebook_Connect_Tutorial1
The problem I'm having is near the end of the tutorial, it's saying do do this
<script type="text/javascript"> FB.init("apikey","xd_receiver.htm", {"ifUserConnected" : update_fbuser}); </script>
as oppose to
<script type="text/javascript"> FB.init("apikey","xd_receiver.htm"); </script>
Now my problem is, when i use the first one, the login to facebook button I have stops showing, does anyone notice anything wrong with the first one, the second one works fine (just doesnt use the ifuserconnected)
Thanks :)