2016-06-22 56 views
0

我以前使用過Facebook應用程序,但他們已經更改了應用程序設置,我找不到應該設置應用程序重定向網址的位置。 我使用laravel 5和services.php我:facebook應用程序 - 我應該在哪裏設置重定向網址

'facebook' => [ 
 
     'client_id' => 'my_client_ip_here', 
 
     'client_secret' => 'my_client_secret', 
 
     'redirect' => 'projectURL/handleProviderCallback/facebook' 
 
    ],

我得到這個錯誤: URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs.

但是我無法找到所需的設置我應該改變 - 在那裏它是重定向的URL。

回答

1

But I can't find which setting I should change - where it is redirect URL.

這些設置現在位於產品 - > Facebook登錄。

如果你沒有在側邊欄中看到它,那麼你必須先添加它。

相關問題