Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我第一次在 php 中开发了一个 facebook 应用程序。它工作正常。这个应用程序只为我的帐户运行,我不明白如何为我的朋友或用户发布这个应用程序。我去隐私设置->应用程序设置并在“代表你的帖子”上设置“所有人”,但它不起作用。请帮忙...
我认为您尚未在服务器上安装 ssl。Facebook 需要 https 来申请。如果你把你的网址贴在这里会更好。
我想将一个变量传递给框架,但我得到了当前页面。
代码:
function redirect(e){ $('#frame').show(); document.getElementById('frame').contentWindow.document.location.href = "page.php?var="+X;