Since last couple of days I am trying to use Hybridauth module for Yahoo but failed. At the same time authentication working fine for Facebook, Linkedin, Google etc. When clicked on Yahoo icon authentication pop-up is opening but closing down immediately and showing following error messages. It's not working for current window option also.
Notice: Undefined index: oauth_token in OAuth1Client->requestToken() (line 84 of /home3/theneont/public_html/staging/dip/sites/all/libraries/hybridauth/Hybrid/thirdparty/OAuth/OAuth1Client.php)
Notice: Undefined index: oauth_token_secret in OAuth1Client->requestToken() (line 84 of /home3/theneont/public_html/staging/dip/sites/all/libraries/hybridauth/Hybrid/thirdparty/OAuth/OAuth1Client.php)
Exception: Authentication failed! Yahoo returned an error. 401 Unauthorized. in Hybrid_Auth::initialize() (line 153 of /home3/theneont/public_html/staging/dip/sites/all/libraries/hybridauth/Hybrid/Auth.php)
I have tried it for three different domains after verfying domains from Yahoo. Everytime used properly generated Consumer Key and Consumer secrete for all of them.
Any help be appreciated.
Comments
Comment #1
kinmen commentedSame issue for me. I suspect this could be related with yahoo api change to https, because for me the login with Yahoo doesn't work more or less since that change was commited
Comment #2
duozerskrupesh_jagtap and kinmen,
Thank you for using the module and for the request.
This issue is definitely related to the HybridAuth library itself, not to the code of this module - so I would ask you to report it to the GitHub repository of the library.
I would report it myself if I had any interest in Yahoo provider - but I don't use it for any of the projects I have.
If there would be anything I need to change in the module code - I would be glad to help.
Thanks
AndyB
Comment #3
duozersk