如何在Facebook页面中安装应用程序后重定向到特定页面?

时间:2011-07-08 12:24:03

标签: php facebook-graph-api

在页面中添加标签后(即http://www.facebook.com/add.php),如何重定向到特定位置?

1 个答案:

答案 0 :(得分:-1)

您可以使用以下内容:

<html>
<?php
header('Location: http://the page you want to redirect the user to/');
?>