Connecting to Office 365 is the first step every app must take to start working with Office 365 services and data. This sample shows how to connect and then call one API through the Microsoft Graph API (previously called Office 365 unified API), and uses the Office Fabric UI to create an Office 365 experience.
To use the Microsoft Graph API Connect sample for Python, you need the following:
- Python 3.5.2
- Flask-OAuthlib
- Flask-Script 0.4
- Requests module
- A Microsoft account or an Office 365 for business account
Note: Microsoft has tested the Flask-OAuthlib library in basic scenarios and confirmed that it works with the v2.0 endpoint. Microsoft does not provide fixes for this library and has not done a review of it. Issues and feature requests should be directed to the library’s open-source project.