blog-google-calendar
blog-google-calendar copied to clipboard
Google Plus no longer available
Has anyone got this working since Jan 15, 2020, if yes what did you use in replacement of Google Plus?
class GoogleAccountController ---- around line 44 $account = $google->service('Plus')->people->get('me');
throws a Legacy error.
Thanks in advance!
Use:
$account = $google->service('Oauth2')->userinfo->get();
dd($account);