hi all you zen cart php guru's

we have a zencart site http://www.ultracheapauto.com.au and would like to add a facebook connect option in the log-in screen , "ie let users sine up for a account useing there facebook account" i have seen sample code for this in a few places but i am unable to get it to work ... i can get the f/connect button into the site and it just doesnot make a account for the customer or intergrate into the cart ... can anyone help me please :)

does anyone know how to get zencart to accept/talk to facebook to recive the customers name , address, phone number , email.

the less places that people have to sine up on the net makes happer buyers

can someone point me in the right direction please :)

ps the sample code just for the facebook login is
PHP Code:
PHP Code:
<p><fb:login-button autologoutlink="true"></fb:login-button></p>
   <
p><fb:like></fb:like></p>

  <
div id="fb-root"></div>
   <
script>
      
window.fbAsyncInit = function() {
        
FB.init({appId'XXXXXXXXXXXXX'statustruecookietrue,
                
xfbmltrue});
      };
      (function() {
        var 
document.createElement('script');
        
e.type 'text/javascript';
        
e.src document.location.protocol +
          
'//connect.facebook.net/en_US/all.js';
        
e.async true;
        
document.getElementById('fb-root').appendChild(e);
      }());
    
</script> 
i'm useing 1.3.9a
help needed :)