How to call Microsoft Graph Beta API from C#

后端 未结 3 702
轻奢々
轻奢々 2020-12-11 06:33

I tried to get the content of the user\'s profile picture and I found out that I had to call the Beta version because the current version gives the following error message:<

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-11 06:51

    There is an official beta client for Graph API now: https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet

提交回复
热议问题