AngellusMortis / django_microsoft_auth

Simple app to enable Microsoft Account, Office 365 and Xbox Live authentcation as a Django authentcation backend.
MIT License
137 stars 84 forks source link

Access Microsoft Graph API #510

Open nicholas-ewing opened 1 year ago

nicholas-ewing commented 1 year ago

How would I go about accessing the Graph API after a user is logged in? I'm using this package for authentication and would like to pull my users' profile pictures for an account page but I'm not understanding how to go about doing it.