|
@@ -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);
|