PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
wordpress-social-login
/
hybridauth
/
Hybrid
/
Providers
<?php //!! planned to be replaced Y! openid by the oauth1 adapter soon /*! * HybridAuth * http://hybridauth.sourceforge.net | https://github.com/hybridauth/hybridauth * (c) 2009-2011 HybridAuth authors | hybridauth.sourceforge.net/licenses.html */ /** * Hybrid_Providers_Yahoo provider adapter based on OAuth1 protocol * * http://hybridauth.sourceforge.net/userguide/IDProvider_info_Yahoo.html */ class Hybrid_Providers_Yahoo extends Hybrid_Provider_Model_OpenID { var $openidIdentifier = "https://open.login.yahooapis.com/openid20/www.yahoo.com/xrds"; /** * finish login step */ function loginFinish() { parent::loginFinish(); $this->user->profile->identifier = $this->user->profile->email; $this->user->profile->emailVerified = $this->user->profile->email; // restore the user profile Hybrid_Auth::storage()->set( "hauth_session.{$this->providerId}.user", $this->user ); } }
[+]
..
[-] GitHub.php
[edit]
[-] OpenID.php
[edit]
[-] Skyrock.php
[edit]
[-] PixelPin.php
[edit]
[-] Mailru.php
[edit]
[-] TwitchTV.php
[edit]
[-] Mixi.php
[edit]
[-] Disqus.php
[edit]
[-] Facebook.php
[edit]
[-] Steam.php
[edit]
[-] Reddit.php
[edit]
[-] Instagram.php
[edit]
[-] AOL.php
[edit]
[-] Dribbble.php
[edit]
[-] Latch.php
[edit]
[-] Goodreads.php
[edit]
[-] LinkedIn.php
[edit]
[-] Stackoverflow.php
[edit]
[-] Vkontakte.php
[edit]
[-] Live.php
[edit]
[-] LastFM.php
[edit]
[-] Tumblr.php
[edit]
[-] Yahoo.php
[edit]
[-] Yandex.php
[edit]
[-] px500.php
[edit]
[-] Google.php
[edit]
[-] Odnoklassniki.php
[edit]
[-] Foursquare.php
[edit]
[-] WordPress.php
[edit]
[-] Twitter.php
[edit]