Forum Discussion
naijacoder
May 19, 2020Copper Contributor
Why am i getting error when using an ajax call to retrieve my teams - using graph api
I'm trying to get my teams(The teams i have joined) via an ajax call. Sample below function getmyTeams() {
$.ajax({
method: 'GET',
//url: "https://graph.microsoft.com/v1.0...
naijacoder
May 21, 2020Copper Contributor
Got it working
arty0m
Jul 14, 2020Copper Contributor
Hi, How did you resolve it? Im stuck with these problem
- naijacoderOct 16, 2020Copper Contributor
arty0m Sorry for the late reply.
I would have to look at it again and will let you know.
It has been a while i had a look at it- asingh786Jun 11, 2021Copper Contributor
naijacoder can you provide me the update on how did you manage to complete. I am able to get the refresh token from the postman and on basis of that i was able to generate new access token. how would i build the application that uses this