我正在构建一个Ionic phonegap移动应用程序。我正在尝试实施FB身份验证。
我看到了Ionic的这个教程,我试图以同样的方式集成FB身份验证:
http://ccoenraets.github.io/ionic-tutorial/ionic-facebook-integration.html
我在FB应用程序设置中添加了两个网址:
http://localhost:5000/oauthcallback.html
https://www.facebook.com/connect/login_success.html
当我在浏览器中测试或使用Android模拟器时,一切都很好。 当我在手机上测试时收到错误:
security warning please treat the url above as you would your password and do not share it with anyone.
我在google中阅读了所有内容,但仍无法找到解决方案。