From 53cb1c000b5e2c979efaef6ca45a7dea9c872425 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Fri, 15 Jun 2018 12:21:16 +0800 Subject: [PATCH] facebook --- auth/facebook/login.html | 1 + 1 file changed, 1 insertion(+) 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.';