我的兩個頁面的Facebook應用程序包含如何第二頁
的index.php 的welcome.php
在index.php文件
$signed_request = $facebook->getSignedRequest();
工作正常,我可以得到網頁ID
但當我點擊歡迎頁面,並嘗試獲取頁面ID, $ signed_request不會獲取頁面ID。
[algorithm] => xxxx
[code] => xxxxx
[issued_at] => xxxxxx
[user_id] => xxxxxxx
得到這個,但不能得到頁ID
可能重複的[FB身份驗證從Fanpages到應用程序頁面,而不是返回到粉絲頁面](http://facebook.stackoverflow.com/questions/9381869/fb-authentication-goes-from-fanpages-to-app-頁面和不返回到粉絲頁) – ifaour
可能重複的[Facebook應用程序與多個PHP頁面](http://facebook.stackoverflow.com/questions/6458417/facebook-app-with-multiple-php-pages ) – Igy