OneDrive / onedrive-sdk-csharp

OneDrive SDK for C#! https://dev.onedrive.com
Other
295 stars 145 forks source link

OneDrive SDK support for Graph service or daemon? #217

Closed jaycdave88 closed 7 years ago

jaycdave88 commented 7 years ago

Question 1. Does the OneDrive SDK use Microsoft Graph under the cover?

Question 2. If so is it possible to bypass the OAuth authentication by using Microsoft Graph in a service? Microsoft Docs?

daboxu commented 7 years ago

hi @jaycdave88 , if you want to integrate with Microsoft Graph service, I would suggest you use the Graph SDK as well.