all.js中的权限被拒绝错误 [英] Permission denied error in all.js

查看:61
本文介绍了all.js中的权限被拒绝错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将all.js用于Facebook实现.我在注册页面上使用了Facebook按钮.通过登录facebook,我将用户名和facebook用户的电子邮件发送到注册页面上的字段中. 在Chrome,Safari和Firefox上运行正常,但在IE8上却出现错误.

I am using all.js for facebook implementation. I used a facebook button on signup page . by logging through facebook i am getting user name and email of facebook user into the fields on sign up page. It's working fine on Chrome, Safari and Firefox but its giving error on IE8.

错误在all.js第22行中

the error is in all.js line 22

{FB.UIServer._loadedNodes[a.id]=b;if(a.params)b.fbCallID=a.id;

如果有人知道为什么会出现此问题,请帮助我.

Please help me if any one knows why this problem is occuring .

谢谢 乌达姆

推荐答案

尝试一下.它对我有用,可能会帮助一些人.

Try this out. It worked for me, may help some one.

FB.UIServer.setLoadedNode = function (a, b){FB.UIServer._loadedNodes[a.id] = b; }

理想情况下,连接调试器,看看哪种方法可以破坏并破解它.

Ideally attach debugger and see which method breaks up and hack it.

这篇关于all.js中的权限被拒绝错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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