1
我在我的appinclude.php文件中有下面的代碼,由於某種原因,應用永遠重定向,Firefox給我一個錯誤,重定向永遠不會結束。Facebook應用永久重定向
我不知道如果我失去了一些東西,但我試圖改變redirect_uri到我的服務器上的應用程序所在的目錄,但我從facebook得到一個錯誤,我也試過https://apps.facebook.com/gamesorbiter/
但沒有工作: (
我完全失去了,任何幫助表示讚賞。
$facebook = new Facebook($appapikey, $appsecret);
$user = $facebook->require_login();
$facebook->redirect('https://graph.facebook.com/oauth/authorize?client_id=132611566776827&redirect_uri=http://apps.facebook.com/gamesorbiter/&scope=publish_stream');