Mike преди 3 години
родител
ревизия
b77e896004
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      desktop11/index.html

+ 1 - 1
desktop11/index.html

@@ -75,7 +75,7 @@ function testAPI() {                      // Testing Graph API after login.  See
         console.log('Successful login for: ' + response.name + ', email = ' + response.email);
         document.getElementById('status').innerHTML =
             'Thanks for logging in, ' + response.name + '!';
-    });
+    }, {scope: 'public_profile,email'});
 }
 
 function callFB() {