Exemplo n.º 1
0
 public function GetContacts()
 {
     $result = parent::GetContacts();
     if ($this->client->auth_oauth_response == SPOAuthClient::OAUTH_USER_AUTH) {
         $this->UserAuthorizationUrl = $this->client->xoauth_request_auth_url;
     }
     return $result;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->client->scope = "http://www-opensocial.googleusercontent.com/api/people/";
 }
Exemplo n.º 3
0
 public function __get($name)
 {
     return parent::__get($name);
 }