Consuming the MSGraph API

1
Hi guys, We are trying to consume the MS Graph API, for that we need to get access token . In the Docs it is specified that we need to send the following request to get the token. I’ve sent the following request  https://login.microsoftonline.com/f8cdef31-a31e-4b4a-93e4-5f571e91255a/oauth2/v2.0/token/application/x-www-form-urlencoded?client_id=42955828-10ad-4cf4-a820-e7734a12a942&scope=user.read%20mail.read&code=M.R3_BAY.18d40d52-b66d-337b-b557-372e2da9266b&redirect_uri=http://localhost&grant_type=authorization_code&client_secret=64n4uYLuZTu_254UQPi.qpD~2ywpjV__Hq but I’m getting 404 status code. Is my syntax correct.   I tried to send the request in fiddler, I’ve got the following response.   With Regards, Giridharan
asked
0 answers