アプリケーションリクエストダイアログのこのコードを取得しました:
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 Styled POPUP 内で要求ダイアログをポップアップしたいと思います。フィード ダイアログでも同じことが起こります。