课程: Integrate Microsoft Graph in Your Applications

今天就学习课程吧!

今天就开通帐号,24,600 门业界名师课程任您挑!

Explore the capabilities and licensing

Explore the capabilities and licensing

- [Instructor] So far, all the demos that I've shown you have called very simplistic endpoints, /me, /users. I think the point I'm trying to emphasize over here is that once you master those very simple endpoints, rest of Microsoft Graph is just as simple. So now let's focus our attention on how you can start calling more interesting endpoints, things that have Office 365 functionality baked into them, for example. The starting point of my code over here is exactly what you saw in the previous chapter, which was basically getting the user's profile. Now, I'm using Python. Feel free to follow along in Node.js or .NET if you wish. Okay, now I have taken that same code example and I've set up a new app registration in a new portal. And as you see over here under API permissions, I've given it User.Read. So at this point, this code example is exactly like the last code example you saw. However, it is in a new tenant. So I have already put the client ID and tenant ID in my code. Let's…

内容