FB.ui( {
method: 'apprequests',
message: "hi, come and play with me.",
filters: ['app_non_users'],
frictionlessRequests : true,
to: toids.join(',')
},
function(response) {
当我单击并打开请求窗口时,我可以看到消息是正确的。但是收到我请求的人却显示“xx给你发了一个请求”。 有什么问题吗?或者它会显示在其他任何东西上?