我无法弄清楚如何隐藏发送对话框。 我阅读了Facebook Send Dialog文章。
我想要实现的是通过按下按钮来发送对话框来隐藏弹出窗口。有人可以解释我如何使用“POST”隐藏窗口,同时将FB对话框的内容发送给其他人?
FB.init({appId: '123050457758183', xfbml: true, cookie: true});
FB.ui({
method: 'send',
name: 'People Argue Just to Win',
link: 'http://www.nytimes.com/2011/06/15/arts/people-argue-just-to-win-scholars-assert.html',
});