@@ -33,8 +33,6 @@
function statusChangeCallback(response) { // Called with the results from FB.getLoginStatus().
if (response.status === 'connected') { // 已登入
testAPI();
- } else { // 未登入
- $('#status').html('FB登入按扭(開發中),請勿點擊');
}