如何在PHP中通过Google Plus登录

时间:2019-01-10 10:18:04

标签: php google-login

致命错误:找不到类“ Google_client”

<?php  
    require_once "Google/vendor/autoload.php";
    $client = new Google_client();
    $client->setAuthConfig("client_credentials.json");
    $client->addScope(Google_Service_Oauth2::PLUS_LOGIN);
    $client->setScopes(array('https://www.googleapis.com/auth/userinfo.email','https://www.googleapis.com/auth/userinfo.profile'));
    $client->setRedirectUri("http://www.georeachtech.com/garagenu/gmail.php");
?>

0 个答案:

没有答案
相关问题