Java Library for authentication, getting profile, contacts and updating status on Google, Yahoo, Facebook, Twitter, LinkedIn, and many more providers.
249
stars
141
forks
source link
Hotmail login doesn't work - Endpoints changed #108
Open
thameema opened 7 years ago
Implemented hotmail login but it doesn't work anymore. Looks like the Oauth2 endpoints have been changed by microsoft and the new endpoint is https://login.live.com/oauth20_authorize.srf?client_id=CLIENT_ID&scope=SCOPES&response_type=code&redirect_uri=REDIRECT_URI
It may require the response object to be different and the implementation need to be changed.
More details about the new OAuth 2.0 implementation here https://msdn.microsoft.com/en-us/library/hh243647.aspx