自从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
答案 0 :(得分:1)
要么升级到Laravel 5.7+,要么按照此处提到的说明进行操作:
https://github.com/laravel/socialite/issues/317#issuecomment-451169514
您可以通过要求
与Composer一起使用3.0.x-dev
我个人打算升级到Laravel 5.8。