|
|
|
@ -39,6 +39,7 @@
|
|
|
|
// Logged into your app and Facebook.
|
|
|
|
// Logged into your app and Facebook.
|
|
|
|
testAPI();
|
|
|
|
testAPI();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
|
|
|
|
FB.login();
|
|
|
|
// The person is not logged into your app or we are unable to tell.
|
|
|
|
// The person is not logged into your app or we are unable to tell.
|
|
|
|
document.getElementById('status').innerHTML = 'Please log ' +
|
|
|
|
document.getElementById('status').innerHTML = 'Please log ' +
|
|
|
|
'into this app.';
|
|
|
|
'into this app.';
|
|
|
|
|