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.
我找不到始终流畅的 100% 工作方式将我的应用程序始终保留在画布中,当 Facebook 发布操作并流式传输时,它将链接到网站 url 而不是画布。
如何顺利解决这个问题?
<script type="text/javascript"> if (parent.location.href == self.location.href) { window.location.href = "https://apps.facebook.com/APP <?php echo $_SERVER["REQUEST_URI"];?>"; } </script>