I am trying to hit the MS Graph APIs, to GET messages, contacts etc
- Created a free office365 account through "office.com/" and created an app on http://dev.office.com/app-registration and logged in using the office365 credentials
- I entered google.co.in as the redirect url, and Using the client id and client secret I have successfully created a access token
- Using this authentication I am able to hit the apis to get Users but unable to get messages
- Using https://graph.microsoft.com/v1.0/me/messages to GET messages but i get the following error: { "error": { "code": "AuthenticatonError", "message": "Error authenticating with resource", "innerError": { "request-id": "e89ce249-f869-4402-8b1f-db547f9d1113", "date": "2016-07-19T06:25:45" } } }
Please provide any inputs.