Enabled OAuth/OAuth2 logins
This commit is contained in:
17
modules/oauth/classes/Kohana/OAuth/API/Profile/Linkedin.php
Normal file
17
modules/oauth/classes/Kohana/OAuth/API/Profile/Linkedin.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* OAuth Profile for Linkedin
|
||||
*
|
||||
* @package OAuth
|
||||
* @category Classes
|
||||
* @author Deon George
|
||||
* @copyright (c) 2009-2013 Deon George
|
||||
* @license http://dev.leenooks.net/license.html
|
||||
*/
|
||||
class Kohana_OAuth_API_Profile_Linkedin extends OAuth_API {
|
||||
public function id() {
|
||||
return $this->profile->id;
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user