diff --git a/auth/facebook/login.html b/auth/facebook/login.html
index 0494aa8..25562f1 100644
--- a/auth/facebook/login.html
+++ b/auth/facebook/login.html
@@ -39,6 +39,7 @@
// Logged into your app and Facebook.
testAPI();
} else {
+ FB.login();
// The person is not logged into your app or we are unable to tell.
document.getElementById('status').innerHTML = 'Please log ' +
'into this app.';