为了发送带有自定义消息的 apprequest,我使用的是 js api,未记录的参数new_style_message
设置为 true,但现在它似乎停止工作。
这就是我发送请求的方式:
FB.ui({method: 'apprequests',
message: 'notification message',
title: 'tile of request',
data: '$gid',
to: user_ids,
new_style_message:true
}, requestCallback);
有没有人有任何解决方法?请帮忙。
更新:请求正在正确发送,只是没有显示我向其发送请求的自定义消息。我想知道有没有办法可以通过自定义消息发送它?