Connect to Outlook.com IMAP using OAuth 2.0 android

620 views Asked by At

I'm trying to connect to outlook IMAP using OAuth2 under android however I'm struggling a bit with how to implement it. the AccountManager.getAuthToken(account, authTokenType, null, activity, callback, null) returns a null token, so I could not go further.

Thanks in advance.

0

There are 0 answers