- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 Laravel Socialite 中,我们被重定向到 facebook。但是当用户取消(不允许 facebook 访问公共(public)个人资料)时,它会给出错误“缺少授权异常”
ClientException in RequestException.php line 107: Client error: GET https://graph.facebook.com/oauth/access_token?client_id=1309844325833234&client_secret=1304bbdd28400tret49a295d324d577c&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Fauth%2Ffacebook%2Fcallback` resulted in a 400 Bad Request response: {"error":{"message":"Missing authorization code","type":"OAuthException","code":1,"fbtrace_id":"Aq9wMwG6ewl"}}
我不想显示此内容,而是想通过提供消息“Facebook 登录失败”返回到我的网站主页,如 stackoverflow facebook 登录中所示。
最佳答案
终于我得到了答案。这就是
public function handleProviderCallback()
{
try {
$user = Socialite::driver('facebook')->user();
} catch (\Exception $e) {
//Here you can write excepion Handling Logic
}
}
关于laravel - 如何处理laravel社交名流 "Missing authorization Exception",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35973019/
尝试让社交名流使用我的应用程序。 Facebook 返回参数 app_id is required 错误。 路线: Route::get('/login/facebook', '\CommendMe\
我是一名优秀的程序员,十分优秀!