嗨,我有这样的Facebook发送对话框。
http://developers.facebook.com/docs/reference/dialogs/send/
是否有Facebook API函数以正确方式明确触发关闭按钮?
例如它看起来像这样。
$(".my-explicit-button").click(function () {
FB.Dialog.close(); // Not sure if there is a function like this
});
感谢。