Custom Facebook Tab not rendering on mobile

百般思念 提交于 2019-12-24 01:08:47

问题


I know there are other heavily answered questions out there for this, but I'm posting my specific configuration to see if maybe someone can tell me that I have an error.

My app is loading just fine on desktop, but I'm getting an error "The page you requested was not found" in my mobile browser.

Facebook Canvas
Canvas Page: https://apps.facebook.com/hiwayfcu-hockey
Secure Canvas URL: https://hiwayfcu.wpengine.com/redirect/?fb
Mobile Site URL: https://hiwayfcu.wpengine.com/redirect/?fb

Website
Site URL: http://hiwayfcu.wpengine.com/
Mobile Site URL is no longer a field for this platform, as indicated by older discussions. Note, however, that my website is responsive so it should work for any browser size.

Page Tab
Secure Page Tab URL: https://hiwayfcu.wpengine.com/

The code inside of my redirect page:

<script>top.location="https://www.facebook.com/hiwayfcu?sk=app_1154426381277023&ref=ts"</script>

This page was set up via Wordpress. I've seen some other reports that perhaps the redirection between Wordpress and FB doesn't work well, but I'm hoping that's an issue of the past.

来源:https://stackoverflow.com/questions/37303001/custom-facebook-tab-not-rendering-on-mobile

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