Esempio n. 1
0
 function check($scope = "email")
 {
     $this->setScope($scope);
     return parent::check();
 }
Esempio n. 2
0
 function check($scope = null)
 {
     $this->request_token_extra_auth = array("scope" => $scope);
     return parent::check();
 }