Cannot log into Facebook via ngFacebook on angularjs app

寵の児 提交于 2019-12-06 12:47:11

The solution was to remove:

 <script src="http://connect.facebook.net/en_US/all.js"></script>

from the HTML file.

Still haven't fixed it but it appears to be a bug in Chrome!

I was facing same issue with ngFacebook,but after including this script in index.html

src="http://connect.facebook.net/en_US/all.js"

This issue resolves.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!