Facebook comment.create无法在移动设备上触发-iOS Safari和Android浏览器 [英] Facebook comment.create not firing on mobile - ios Safari and android browser

查看:74
本文介绍了Facebook comment.create无法在移动设备上触发-iOS Safari和Android浏览器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这让我发疯-我无法在移动设备上触发Facebook comment.create事件(不是我测试过的工作).登录事件运行正常(auth.authResponseChange)

This is making me crazy - I can't get the facebook comment.create event to fire on mobile devices (not that I tested work). login event is working fine (auth.authResponseChange)

<html>
<head></head>
<body>
<div id="fb-root"></div>
<script>
  window.fbAsyncInit = function() {
  FB.init({
    appId      : 'MYAPPID', // App ID
    channelUrl : '//WWW.MYAPPURL.COM/channel.html', // Channel File
    status     : true, // check login status
    cookie     : true, // enable cookies to allow the server to access the session
    xfbml      : true  // parse XFBML
  });

    FB.Event.subscribe('comment.create', function(response) { alert("1"); });
//  FB.Event.subscribe('auth.authResponseChange', function(response) {alert("1"); });

  };

  // Load the SDK asynchronously
  (function(d){
   var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
   if (d.getElementById(id)) {return;}
   js = d.createElement('script'); js.id = id; js.async = true;
   js.src = "http://connect.facebook.net/en_US/all.js";
   ref.parentNode.insertBefore(js, ref);
  }(document));


</script>


<fb:login-button show-faces="true" width="200" max-rows="1"></fb:login-button>


comments
<div class="fb-comments" data-notify="true" data-href="http://test/test.htm" data-width="470" data-num-posts="10"></div>
</body>
</html>

推荐答案

请注意,这仍然是一个正在进行的FB 错误

Please note that this is still an ongoing FB bug

这篇关于Facebook comment.create无法在移动设备上触发-iOS Safari和Android浏览器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆