Mike 3 年 前
コミット
763ab37bbd
1 ファイル変更8 行追加7 行削除
  1. 8 7
      desktop11/index.html

+ 8 - 7
desktop11/index.html

@@ -67,12 +67,12 @@ function testAPI() {                      // Testing Graph API after login.  See
     FB.api('/me/?fields=id,name,email', function(response) {
         console.log('FB成功登入: ' + JSON.stringify(response));
 
-        // // 設定欄位預設值
-        // $('#email').text(response.email);
-        // $('#name').text(response.name);
+        // 設定欄位預設值
+        $('#email').text(response.email);
+        $('#name').text(response.name);
 
-        // // 隱藏FB登入按鈕
-        // $('#fb_login').hide();
+        // 隱藏FB登入按鈕
+        $('#fb_login').hide();
     });
 }
 </script>
@@ -414,8 +414,9 @@ function testAPI() {                      // Testing Graph API after login.  See
                                 <img src="./img/logo/facebook.webp" alt="">
                                 使用FB填入信箱與姓名
                             </div> -->
-                            
-                            <fb:login-button id="fb_login" scope="public_profile,email" onlogin="checkLoginState();">使用FB填入信箱與姓名</fb:login-button>
+                            <div id="#fb_login">
+                                <fb:login-button scope="public_profile,email" onlogin="checkLoginState();">使用FB填入信箱與姓名</fb:login-button>
+                            </div>
                             <div id="status"></div>
                             
                             <input type="text" name="email" id="email" placeholder="請輸入信箱" required>