FB.Event.Subscribe对某些用户不起作用 [英] FB.Event.Subscribe not working for some users

查看:90
本文介绍了FB.Event.Subscribe对某些用户不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

FB.Event.subscribe('edge.create',function(response){ window.location.href ="register_form.php"; });

FB.Event.subscribe('edge.create', function(response) { window.location.href="register_form.php"; });

此事件仅缓存给几个用户帐户,而不是每个人

This event is cached for few user account's only, not for everyone

facebook在这方面进行了任何更改..请帮助

Has facebook made any changes in this regard..Please help

推荐答案

我也注意到FB.even.subscribe的问题,但是'auth.login'不是'edge.create'. 更多细节: 自动登录Facebook-FB.Event.subscribe auth.login不起作用

I also noticed problem with FB.even.subscribe but with the 'auth.login' not the 'edge.create'. more details: Auto login facebook - FB.Event.subscribe auth.login doesn't work

我必须假设Facebook中存在一个错误 或进行更改,该错误会导致出错,特别是如果代码之前曾起作用强>. 我可以建议您在调试代码行时使用firebug并调试代码行,因为我发现问题出在"auth.login",因为当我将其替换为"auth.authResponseChange"时,FB.Event.subscribe可以正常工作,所以我说这可能是您的情况下的"edge.create"问题.

I have to assume that there is a bug in facebook or change that done and made things go wrong, especially if the code was working before . I can advise you to use firebug and debug the code lines when I debugged the code lines I found that the problem was with the 'auth.login' because when I replaced it with 'auth.authResponseChange' the FB.Event.subscribe worked, so what I'm saying that it might be 'edge.create' problem in your case.

这篇关于FB.Event.Subscribe对某些用户不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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