How to get AccessToken in Office365

Viewed 10

I'm trying to use Office365(outlook) API to read emails. sending a GET request to https://graph.microsoft.com/v1.0/me/messages with the accesstoken in Request Header will get me the inbox. Access token expires after some time and i want to get the access token dynamically now. Can you please suggest and help me a way to get the accesstoken dynamically?

0 Answers
Related