Setup application to use Microsoft accounts with hybridauth -


i want set app's redirect url "http://www.mydomain.com/hybridauth/endpoint?hauth.done=live", in microsoft account developer center tells me that

"you must enter valid domain begins http:// or https:// - query strings not allowed. length limited 248 characters."

the login button redirects following url

https://login.live.com/err.srf?lc=1033#error=invalid_request&error_description=the%20provided%20value%20for%20the%20input%20parameter%20%27redirect_uri%27%20is%20not%20valid.%20the%20expected%20value%20is%20%27https://login.live.com/oauth20_desktop.srf%27%20or%20a%20url%20which%20matches%20the%20redirect%20uri%20registered%20for%20this%20client%20application.

any way link url?

it seems bug in live provider implementation.

you must edit hybridauth/hybrid/providers/live.php file , change line below:

$this->api->authorize_url = 'https://oauth.live.com/authorize';


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -