Hi everyone. We can make standalone tool using the PlayFabAdminAPI and enable it with the ENABLE_PLAYFABADMIN_API. The methods use the Dev secret key to work. This uses to work smoothly.
Now I need to create a standalone tool but for the Economy V2. For example, I need to call the method PlayFabEconomyAPI.SearchItems() to retrieve the current list of items. I do not see anything in the code or in the doc to learn how to properly interact with the PlayFabEconomyAPI for a standalone context (all the methods inside the PlyFabEconomyAPI use the AuthType.EntityToken and none use the AuthType.DevSecretKey). I want to be able to make my call in the Unity Editor.
Any ideas ?