gpt4 book ai didi

laravel - OAuthException 使用 Socialite 与 facebook - "message": "An active access token must be used to query information about the current user.",

转载 作者:行者123 更新时间:2023-12-02 06:13:31 24 4
gpt4 key购买 nike

我已经在 Facebook 上使用 Socialite 几天了,没有出现任何问题。今天,我开始收到此错误。

{ "error": 
{
"message": "An active access token must be used to query information
about the current user.", "type": "OAuthException",
"code": 2500, "fbtrace_id": "FTvIz9t1LT+"
}
}

该错误似乎很简单,但我似乎无法在网上看到解决方案。有没有办法使用 Socialite 重置我的 access_token。

请注意:我几乎遵循了这个tutorial

当我尝试获取

时,错误出现在回调中
$userProvider try { 
$userProvider = Socialite::driver('facebook')->user();
} catch (Exception $e) {
Log::info('Callback Error ' . $e->getMessage());
return Redirect::to('redirect');
}

谢谢,里奇

最佳答案

这也发生在我身上。我修复了它运行composer update,然后运行composer dump-autoload。这会将 Socialite 更新至 v2.0.21

干杯

关于laravel - OAuthException 使用 Socialite 与 facebook - "message": "An active access token must be used to query information about the current user.",,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43058127/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com