I’m creating a 2D Unity app not a mixed reality app
Basically, My goal is to get the text contents inside of the Steps from Guides Datverse and display it within a canvas with a 2D Unity app
I followed this tutorial for a simple Console Application and it worked fine,
I also followed this postman tutorial relating to getting the access token: Use Insomnia with Dataverse Web API - Power Apps | Microsoft Learn
Currently, I’m trying to transfer what I learned/used in the Console App into a simple Unity app, e.g using ‘UnityWebRequest’ calls
My problem is when I’m making the initial call to get the token, I’m doing something wrong but I don’t what it is.
Maybe it’s the wrong parameters that I’m sending or the URL is wrong
but when I make the request I get a response in the Unity console (in the form of text) of the sign-in webpage