Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Google+ API Shutdown issue #52

Open
tryweb opened this issue Feb 12, 2019 · 0 comments
Open

Google+ API Shutdown issue #52

tryweb opened this issue Feb 12, 2019 · 0 comments

Comments

@tryweb
Copy link

tryweb commented Feb 12, 2019

There are many codes using plus api. Therefore, the dokuwiki plugin (authgoogle) should be not work after 2019/3/7

Exp.
config.php: 'plus' => array('scope' => 'https://www.googleapis.com/auth/plus.login'),

contrib/Google_Oauth2Service.php: $this->userinfo = new Google_UserinfoServiceResource($this, $this->serviceName, 'userinfo', json_decode('{"methods": {"get": {"id": "oauth2.userinfo.get", "path": "oauth2/v2/userinfo", "httpMethod": " GET", "response": {"$ref": "Userinfo"}, "scopes": ["https://www.googleapis.com/auth/plus.login", "https://www.googleapis.com/auth/plus.me", "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/userinfo.profi le"]}}}', true));

Ref - https://developers.google.com/+/api-shutdown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant