In my application I have successfully logged in to my REST server, but i need to get some more data from another activity having the user logged in. I get the following response from the server:
Error 15: User not Logged in
How do I make server requests as the Logged in User?
p.s. when loging in i don't get any token from the server