我想知道在我通过 Facebook 的发送对话框发送私人消息后如何获得回复。
例子:
FB.ui({
app_id:"XXXXXXXXXXXXXXXXXXXXXXXXX",
method: 'send',
name: "Test send message",
link: 'www.mywebsite.gi',
to: ID_USER_FB,
description:'This is a test '
});
// here i would a response
if (response == TRUE) {
// do this
} else {
// do that
}