Microsoft 365 development
Learn Microsoft Graph Toolkit interactively with a code tour
Learn how to use Microsoft Graph Toolkit in your app interactively with a code tour.
Show files as cards using Microsoft Graph Toolkit and hTWOo
Say you wanted to show a list of files in your app as cards. Here's how you'd do it using Microsoft Graph Toolkit and hTWOo.
Sample script: quickly remove SharePoint API permissions
When building SharePoint Framework solutions connected to APIs secured with Azure Active Directory, you might need to clear the list of granted API permissions. Here's a sample script to quickly clean them up.
Sample script: quickly remove pending SharePoint API permission requests
When building SharePoint Framework solutions connected to APIs secured with Azure Active Directory, you'll easily end up with many pending permission requests. Here's a sample script to quickly clean them up.
Which permissions should you preconsent for your app using Microsoft Graph Toolkit
Recently, I wrote about how preconsenting permissions, can help you improve the user experience of your app using Microsoft Graph Toolkit. But how would you know which permissions actually to preconsent? Here is how.