diff --git a/auth/facebook/login.html b/auth/facebook/login.html index 810e111..9ea1cf7 100644 --- a/auth/facebook/login.html +++ b/auth/facebook/login.html @@ -64,6 +64,7 @@ function testAPI() { console.log('Welcome! Fetching your information.... '); FB.api('/me', function (response) { + console.log(response); console.log('Successful login for: ' + response.name); document.getElementById('status').innerHTML = 'Thanks for logging in, ' + response.name + '!';