Facebook Auth Dialog: Developer warning concerning the use of “display” type “popup”

我的未来我决定 提交于 2019-12-03 01:17:37

The JS-SDK documentation says the browser popup should be "no bigger than 400px by 580px". What they don't specify is that they mean 400px tall by 580px wide.

I see the developer warning in my popup auth dialogs that are 275 tall by 875 wide. I do not see the warning in my popups that are 400 tall by 580 wide.

Your image suggests your popup is 630 high by 446 wide. Too big by any reading of the specification.

Maybe you should switch to FB JS SDK and FB.login() method? It always provides the best user experience.

https://developers.facebook.com/docs/reference/javascript/FB.login/

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