不知怎的,我不能讓IFRAME模式在下面的代碼 工作的對話框顯示出來,但永遠載入掛起,沒有任何顯示在框中 它工作得細帶顯示:彈出FB.ui對話框apprequest永遠掛在IFRAME模式
FB.getLoginStatus(function(resp) {
if (resp.status !== 'connected') return;
FB.ui({
method: 'apprequests',
title: 'My title',
display: 'iframe',
message: 'My message',
to: '100003750613973'
}, function(resp) {
console.log('emitted request to ', resp.to);
});
});
希望應該是這樣,我會嘗試一下並儘快確認你 – Pierre 2012-04-23 23:21:38
很多事情就是這樣。這是記錄在Facebook的某個地方? – Pierre 2012-04-24 08:06:34
其他人提出這個錯誤,我留下了一些意見,也引用了這個問題。 http://developers.facebook.com/bugs/336905163037731 – 2012-04-25 04:11:28