Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows LIve : Valid OAuth redirect URIs not correct #3

Open
bernux opened this issue Dec 17, 2014 · 2 comments
Open

Windows LIve : Valid OAuth redirect URIs not correct #3

bernux opened this issue Dec 17, 2014 · 2 comments

Comments

@bernux
Copy link

bernux commented Dec 17, 2014

The link printed for Valid OAuth redirect URIs isn't correct pour windows live,
Actually, it's printed the gallery WEBSITE_ROOT URL, it should be something more like that : http(s)://WEBISTE_URL/plugins/oAuth/
I don't remember the exact url because I did that in my girlfriend account and I don't have access now.
I could check later, if it's necessary.

@mistic100
Copy link
Member

Can you check it please ?

is it http://WEBSITE_URL/plugins/oAuth/include/hybridauth/?hauth.done=Live ?

@bernux
Copy link
Author

bernux commented Jan 15, 2015

no if I put this, I obtain this message from Microsoft:
You must enter a valid domain that begins with http:// or https:// - query strings are not allowed. Length is limited to 248 characters.
What I put is : https://WEBSITE_URL/plugins/oAuth/include/hybridauth/

And since some few days, I had to change :
$this->api->authorize_url = 'https://login.live.com/oauth20_authorize.srf';
by
$this->api->authorize_url = 'https://oauth.live.com/authorize';
in Providers/Live.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants