Facebook Authentication
Where can I add a sign in with facebook code cause when I put it in the login.php it dont work this is the code.
<html>
<head>
<title>My Facebook Login Page</title>
</head>
<body>
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.
js"></script>
<script>
FB.init({
appId:'110848208991701', cookie:true,
status:true, xfbml:true
});
</script>
<fb:login-button>Login with Facebook</fb:login-button>
</body>
</html>