예제 #1
0
파일: Yahoo.ext.php 프로젝트: neevan1e/Done
 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;
 }
예제 #2
0
파일: Gmail.Ext.php 프로젝트: bilel99/oge
 public function __construct()
 {
     parent::__construct();
     $this->client->scope = "http://www-opensocial.googleusercontent.com/api/people/";
 }
예제 #3
0
파일: Plaxo.Ext.php 프로젝트: neevan1e/Done
 public function __get($name)
 {
     return parent::__get($name);
 }