jeter20131220 3 years ago
parent
commit
327cf73b03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop11/goto.js

+ 1 - 1
desktop11/goto.js

@@ -334,7 +334,7 @@ function fbLogin() {
     console.log(response);
   }, { scope: 'public_profile,email' });
 
-  // console.log('FB API回傳資料: ' + JSON.stringify(response));
+  console.log('FB API回傳資料: ' + JSON.stringify(response));
 }