You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
I still can get information with request to URI https://apis.live.net/v5.0/me
But I am not sure is it would be supported in future.
I think that some basic information is required to be included in SDK.
The text was updated successfully, but these errors were encountered:
cdmayer
changed the title
New feature - possibility to get user information
Feature request: Get information about signed-in user
Aug 1, 2016
In IOS SDK@rgregg and @kevklam recomended to use Microsoft Graph to do this.
But how it to do I don't know. Because I don't know how to receive single access token for both services OneDrive and Microsoft Graph. From OneDrive SDK doc we see that it uses Live API endpoint (https://login.live.com/oauth20_authorize.srf) for MSA. Microsoft Graph use Azure AD v2.0 and v1.0 endpoints for MSA and ADA. So, they use different endpoints and there are no way to use single authorization process for both libs. So, if you need information about signed-in user, you must use Microsoft Graph (or deprecated Live SDK) and to avoid double authorization (one for OneDrive and one for Microsoft Graph) it's better to completely move to Microsoft Graph.
I still can get information with request to URI https://apis.live.net/v5.0/me
But I am not sure is it would be supported in future.
I think that some basic information is required to be included in SDK.
The text was updated successfully, but these errors were encountered: