2011-08-30 105 views
0

可能重複:
Fb.UI Dialogs are displaying in Popups instead of an iframe應用程序請求對話框,在新窗口中彈出窗口

我得到了應用程序請求對話框驗證碼:

FB.ui({ 
    method: "apprequests", 
    message: "You have a gift! Click accept to see what it is!", 
    data: gift, //This will be passed back to you when a user accepts the request 
    title: "Send "+giftname+" to 50 friends!" 
    }, 
    function(response) { 
    if (response && response.request_ids) { 
     alert('Your gift has been sent!'); 
    } else { 
     alert('You must select some friends to send gifts to!'); 
    } 
    }); 

而且好像該對話框將在新窗口中打開。我不想要這個,我想在Facebook風格的POPUP中彈出請求對話框,與提要對話框一樣。

回答

0

嘗試設置顯示每本guide =「iframe中」,但是當你需要提示您通常不能使用iframe擴展權限的用戶。

+0

如果兩個問題具有相同的答案,請不要同時回答它們,而是投票將其中的一個作爲副本進行投票。 – Gilles

+0

好吧,我投了票。通常FB帖子沒有得到足夠的重複投票來關閉。 – bkaid