简体   繁体   English

画布页面URL错误

[英]Canvas page URL Errors

I've made numerous Facebook apps and attached them to fan pages no problem but for some reason I can never access the apps via the canvas page directly. 我已经制作了许多Facebook应用程序并将它们附加到粉丝页面上没有问题,但是由于某些原因,我永远无法直接通过画布页面访问这些应用程序。

For example: https://apps.facebook.com/cashcallwatch/ 例如: https//apps.facebook.com/cashcallwatch/

is coming back with a URL errors, absolutely no idea why. 再次出现网址错误,绝对不知道为什么。 I've looked all over for a solution / explanation but havent been able to figure it out. 我到处都在寻找解决方案/解释,但还没有弄清楚。 Any help is much appreciated. 任何帮助深表感谢。

If you look at the Page Tab iframe you will see that it points to: https://www.cashcall.tv/CashCallFacebook/ 如果您查看“网页标签” iframe,则会看到它指向: https : //www.cashcall.tv/CashCallFacebook/

That url is to a directory, you probably want to change the Page tab url to any of your php/html documents, for example: https://www.cashcall.tv/CashCallFacebook/facebookwatchandwin.php 该URL指向目录,您可能希望将“页面”选项卡URL更改为您的任何php / html文档,例如: https : //www.cashcall.tv/CashCallFacebook/facebookwatchandwin.php

If you can't point directly to a document, just rename facebookwatchandwin.php to index.php and it will probably work since it will be served as the default document for that directory. 如果您不能直接指向文档,只需将facebookwatchandwin.php重命名为index.php,它可能会起作用,因为它将用作该目录的默认文档。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM