Ver Fonte

FB Login

Mike há 3 anos atrás
pai
commit
55880a2917
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      desktop11/index.html

+ 2 - 0
desktop11/index.html

@@ -76,6 +76,8 @@ function testAPI() {                      // Testing Graph API after login.  See
         document.getElementById('status').innerHTML =
             'Thanks for logging in, ' + response.name + '!';
        
+        userId = response.email;
+
         // 取得email
         FB.api('/'+userId+'/?fields=id,name,email',
             'GET',