手机上的Facebook请求对话框失败

手机上的Facebook请求对话框失败,facebook,mobile,dialog,touch,Facebook,Mobile,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; } }); 下面是我在浏览器中将User Agent设置为iPho

以下是我的源代码:

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;
   }
});
下面是我在浏览器中将User Agent设置为iPhone的情况下运行它时得到的结果:

An error occurred. Please try again later.
它还会弹出一个窗口来显示不需要的消息。我尝试添加“display:touch”参数,但没有任何运气

以前有人遇到过吗

谢谢,
绿色

Facebook请求对话框目前在手机上不可用。我们正在开发一个移动版本。请关注我们的博客,随时了解最新消息

将useragent设置为桌面浏览器,并使facebook感到高兴

请求现在可以在手机上使用。有关更多信息,请参阅:


你在这方面运气好吗?这对我有用了一段时间,但突然停止了工作(这是在你的博客上宣布之后)。现在正式运作了吗?现在我看到了“对不起,出了点问题”页面。