如何在Facebook Send Dialog API中显式触发关闭对话框按钮?

时间:2013-03-14 05:51:32

标签: facebook-javascript-sdk

嗨,我有这样的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
});

感谢。

0 个答案:

没有答案
相关问题