代碼我得到這個錯誤:錯誤代碼100,而寫爲Facebook API
API Error Code: 100 API Error Description: Invalid parameter Error Message: next is not owned by the application.
在這個index.php文件:
<
?php
$appapikey = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
$appsecret = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
require_once 'facebook.php';
$facebook = new Facebook ($appapikey, $appsecret);
$user = $facebook->require_login();
echo $user;
?>
如果您使用'http:// localhost:8000 /'測試應用程序URL,該怎麼辦?我嘗試了一個'localhost'域,仍然出錯。 – 2011-09-09 19:19:46
你應該確保在你的Facebook的應用程序網站網址跟蹤斜線和redirect_uri也是尾隨斜線。這解決了我的問題'localhost' – Kirzilla 2012-12-14 15:17:20