Mike 3 년 전
부모
커밋
26bbdf73a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop11/index.html

+ 1 - 1
desktop11/index.html

@@ -70,7 +70,7 @@ function testAPI() {                      // Testing Graph API after login.  See
         console.log('FB.login: ' + JSON.stringify(response));
     }, {scope: 'public_profile,email'});
     
-    FB.api('/me/?fields=id,', function(response) {
+    FB.api('/me/?fields=id,name,email', function(response) {
         console.log('testAPI(): ' + JSON.stringify(response));
         console.log('Successful login for: ' + response.name + ', email = ' + response.email);
         document.getElementById('status').innerHTML =