back in December, I created the appkey and a session token using the Python example from Github. Everything worked pretty much.
Moving to the present, I have ported the C# code from Github and running it, I get an exception thrown: 'invalid session token'. I was under the impression that once I had created the appkey and session token pair, that that was it - all I needed to do was send those at the front of a request and I would get API service.
What is the situation? Did the token expire? did the rules change? What is the persistence? Do I have to re-create the appkey.

TIA.
Moving to the present, I have ported the C# code from Github and running it, I get an exception thrown: 'invalid session token'. I was under the impression that once I had created the appkey and session token pair, that that was it - all I needed to do was send those at the front of a request and I would get API service.
What is the situation? Did the token expire? did the rules change? What is the persistence? Do I have to re-create the appkey.

TIA.


Comment