简体   繁体   中英

How to redirect to specific page after installing the app in facebook page?

After adding a tab to the page (ie http://www.facebook.com/add.php ), how to redirect to specific location?

You could use the following:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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