Ejemplo n.º 1
0
 public function getauthurl()
 {
     $url = 'https://accounts.google.com/o/oauth2/auth';
     $url .= '?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile&';
     $url .= parent::getauthurl();
     return $url;
 }
Ejemplo n.º 2
0
 public function getauthurl()
 {
     $url = 'http://oauth.vk.com/authorize?';
     $url .= parent::getauthurl();
     return $url;
 }
Ejemplo n.º 3
0
 public function getauthurl()
 {
     $url = 'https://www.facebook.com/dialog/oauth?scope=email&';
     $url .= parent::getauthurl();
     return $url;
 }
Ejemplo n.º 4
0
 public function getauthurl()
 {
     $url = 'https://connect.mail.ru/oauth/authorize?';
     $url .= parent::getauthurl();
     return $url;
 }