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

+ 3 - 1
desktop11/index.html

@@ -66,7 +66,9 @@ function testAPI() {                      // Testing Graph API after login.  See
         console.log('FB API回傳資料: ' + JSON.stringify(response));
         console.log('成功登入: ' + response.name + ', email = ' + response.email + ', id = ' + response.id);
 
-        if (response.name) {
+        if (response.id) {
+            console.log('response.id = ' + response.id);
+            
             // 設定欄位預設值
             $('#email').text(response.email);
             $('#name').text(response.name);