我在下面的代码中使用了以下代码请求对话框:
FB.ui({
method: "apprequests",
to:''+str+'',
message: "some text here...",
name: "some text here...",
description: "",
data: 'request_id=4',
picture: "<?php echo $fb_image;?>",
link: link_url,
display: 'popup'
}
我试图通过使用“数据”参数传递一些信息,但它不适用于我。我是否使用正确的方式传递参数。?