From 4af927d5371243f7b6a54b30d6289be9cde7de47 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Sat, 16 Jun 2018 09:36:53 +0800 Subject: [PATCH] facebook me --- auth/facebook/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/facebook/login.html b/auth/facebook/login.html index ac0d75a..b8ddb29 100644 --- a/auth/facebook/login.html +++ b/auth/facebook/login.html @@ -32,12 +32,12 @@ FB.getLoginStatus(function (response) { if (response.status === 'connected') { console.log(response); - fbCallInfo(); + //fbCallInfo(); } else { FB.login(function (response) { if (response.status === 'connected') { console.log(response); - fbCallInfo(); + // fbCallInfo(); } }, {scope: 'public_profile,email'}); }