我想知道当用户使用“发送对话框”向特定朋友发送消息时,是否可以检索用户消息的人/朋友数量(只有一个数字可以)。我一直在查看发送对话框的文档,但它似乎没有任何相关信息。(https://developers.facebook.com/docs/reference/dialogs/send/)。
我现在想到的另一种选择是使用图形API,但是我需要知道用户刚发送的消息的messageID。
答案 0 :(得分:0)
<script>
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',
},
function(response) {
if (response) {
alert('message sent.');
} else {
alert('not sent');
}
}
);
</script>
第二:使用jQuery&amp;通过jquery load($()。load('page.php'); 你可以保存谁发送消息与uid&amp;当然,你每次都可以计算