I started a Unity3D based app which will run from Editor to Web to Desktop to Mobile. I used Rest API and Rest Key.
However im unable to make my first request (user login) and get folllowing error
“Version is disabled or provided wrong application info (application id or secret key”
I managed to make it work by sending Json Data, however can you please change user-token to “user_token” as C# doesnt allow declaring class variables with -
Changing it from user-token to user_token will break thousands of applications which rely on it. What does it have to do with C# class variables? You should be able to store it in any variable, it does not have to have that very name.