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
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
Post a Comment