Hi everybody !
I have a site and i want can login with Windows Live.
I created app on https://account.live.com/developers/applications and enter Redirect URLs: ../hybridauth/endpoint but it not working.

Can you help me ?? Thanks

CommentFileSizeAuthor
#1 Untitled.png35.5 KBtamnv
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tamnv’s picture

FileSize
35.5 KB
tamnv’s picture

Issue summary: View changes
maryloara’s picture

Hi tamnv!

Could you get that to work? I'm having problems upon trying to log in with Windows Live.

Issue:
"The provided value for the input parameter 'redirect_uri' is not valid. The expected value is 'https://login.live.com/oauth20_desktop.srf' or a URL which matches the redirect URI registered for this client application."

Thanks in advance!

funkycamel’s picture

It worked for me by usind as redirect url http://www.mysite.com/hybridauth/endpoint and making the following changes:

"You must edit the hybridauth/Hybrid/Providers/Live.php file and change the line below:

$this->api->authorize_url = 'https://oauth.live.com/authorize'; " source for last one can be found here