You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,13 +89,23 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
89
89
90
90
## Resources
91
91
92
+
Documentation:
92
93
*[Microsoft Graph Dev Center](https://developer.microsoft.com/en-us/graph/)
93
94
*[Get started with Microsoft Graph and REST](https://developer.microsoft.com/en-us/graph/docs/concepts/rest)
94
95
*[Get access tokens to call Microsoft Graph](https://developer.microsoft.com/en-us/graph/docs/concepts/sample_overview)
95
96
*[Authorize access to web applications using OAuth 2.0 and Azure Active Directory](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-protocols-oauth-code)
97
+
98
+
Samples:
99
+
*[Python authentication samples for Microsoft Graph](https://github.com/microsoftgraph/python-sample-auth)
100
+
*[Working with paginated Microsoft Graph responses in Python](https://github.com/microsoftgraph/python-sample-pagination)
101
+
*[Sending mail via Microsoft Graph from Python](https://github.com/microsoftgraph/python-sample-send-mail)
102
+
103
+
Auth libraries:
96
104
*[Microsoft ADAL for Python](https://github.com/AzureAD/azure-activedirectory-library-for-python)
0 commit comments