Hi guys,
I studied the code from the example client app which works well and ventured out to try my own app.
I tried to get a list of events and all I got back was INVALID_SESSION_INFORMATION
Searching for the answer to that problem I found that it is necessary to use the Keep Alive function so I implemented that function and then I get Error: NO_SESSION
Which is odd because clearly I have a session value,
I then compared my secession value with that which is returned for the working example code..
From my code it is
cHLKxUhBLs06wv8gxXwD4ht%2FyhR2skRKYL11vNrzTN0%3D
and the working example code is
fbI+BEAV0I6m1IICwYzMcww/1IjCm6A9kqOBv/4KQh0=
Other than the fact that the session variables are obviously different why would I be getting a NO_SESSION response? Or even an Invalid session for that matter.
Anyone got any ideas?
Kind Regards
OzPunter
I studied the code from the example client app which works well and ventured out to try my own app.
I tried to get a list of events and all I got back was INVALID_SESSION_INFORMATION
Searching for the answer to that problem I found that it is necessary to use the Keep Alive function so I implemented that function and then I get Error: NO_SESSION
Which is odd because clearly I have a session value,
I then compared my secession value with that which is returned for the working example code..
From my code it is
cHLKxUhBLs06wv8gxXwD4ht%2FyhR2skRKYL11vNrzTN0%3D
and the working example code is
fbI+BEAV0I6m1IICwYzMcww/1IjCm6A9kqOBv/4KQh0=
Other than the fact that the session variables are obviously different why would I be getting a NO_SESSION response? Or even an Invalid session for that matter.
Anyone got any ideas?
Kind Regards
OzPunter


Comment