Open ApacheEx opened 6 years ago
if you are using 2.x, goto Google.php under provider, change the scopes to below line: public $scope = "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/userinfo.profile";
hope this helps :)
Shouldn't we close this following #1024 ? Or is it something different?
it seems not related. We already removed google plus contacts, and now we use old api to get google contacts, so this task makes sense.
if you are using 2.x, goto Google.php under provider, change the scopes to below line: public $scope = "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/userinfo.profile";
hope this helps :)
you can set the scope in the config file, no need to edit Google.php
needs to change
getUserContacts
to use new https://developers.google.com/people/