应用程序中的 Facebook 重定向
当我在 facebook 应用程序中使用 redirect
、header location
或 top.location.href
时,facebook 在新的浏览器选项卡中打开它,当我运行没有 Facebook 应用程序的相同代码 - 一切正常,重定向页面在同一选项卡中打开。我怎样才能避免这种情况...
When i using redirect
, header location
or top.location.href
in facebook application, facebook open it in new browser tab, when i run the same code without facebook app - all works fine, redirect page opens in the same tab. how can i avoid that...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
定义 $page_tab_url 返回到您想要的任何页面并
echo ("
Define $page_tab_url to return to whatever page U want and
echo ("<script>top.location.href = '" . $page_tab_url ."'<script>");