Gel*_*Luo 5 mobile facebook dialog touch
这是我的源代码:
FB.ui({method: 'apprequests', to: fbId, message: "hello"}, function(resp){
if(resp.request_ids){
$('#req-id').val(resp.request_ids);
$('form').submit();
} else {
return false;
}
});
Run Code Online (Sandbox Code Playgroud)
这是我在用户代理设置为iPhone的浏览器中运行时得到的结果:
An error occurred. Please try again later.
Run Code Online (Sandbox Code Playgroud)
它还会弹出一个窗口来显示不需要的消息.我试图添加"display:touch"参数,没有任何财富.
以前有人遇到过这个吗?
谢谢,格林