After calling coronaCloud.loginAPI, does the token get stored somewhere?
I call loginAPI, and get a token returned, but then the next call I want to use (getMyUnlockedAchivements) bombs with an error stating that there was no token.
Do I have to pass that in somehow? I tried using setAuthToken and then calling getMyUnlockedAchivements, but I get the same result.
thanks