我在Facebook页面标签中创建了表单。如何在表单提交后重定向到粉丝页面。
我使用过php标头,但它不起作用。以下是我的代码。
try {
$status = $facebook->api("/me/feed", "post", $attachment);
// echo 'Successfully posted to Facebook';
} catch(Exception $e) {
// echo $e->getMessage();
}
session_destroy();
/* var_dump($ret_obj);
exit; */
header("Location:https://www.facebook.com/alldaychemist2");