Google+ API关闭,替换后,Laravel Socialite是否有更新?

时间:2019-01-30 06:58:40

标签: laravel api google-plus laravel-socialite

自从Google宣布从2019年3月起将永久关闭Google+ API后,我应该在使用Google + API登录的网站上进行哪些更改。 我在Google开发人员窗口中禁用了Google + API,并希望登录能够正常工作,因为Socialite会自动更新。但事实并非如此。我们是否需要从头开始更新社交名流?

PS:禁用Google + API后,出现以下错误。

  

客户端错误:GET https://www.googleapis.com/plus/v1/people/me?prettyPrint=false导致403 Forbidden响应:\ n   {“ error”:{“ errors”:[{“ domain”:“ usageLimits”,“ reason”:“ accessNotConfigured”,“ message”:“未配置访问。Google+ API(已截断...)\ n

1 个答案:

答案 0 :(得分:1)

要么升级到Laravel 5.7+,要么按照此处提到的说明进行操作:

https://github.com/laravel/socialite/issues/317#issuecomment-451169514

  

您可以通过要求3.0.x-dev

与Composer一起使用

我个人打算升级到Laravel 5.8。