Mobile API login
I am creating a client using JavaScript for the browser.
I have code that will login a person in using the mobile API. The problem I am running up against is if I log in, refresh, the session isn't persistent. The api_init will create a new session under guest. So, is the way to do this to cache the token and secret and use them across browser refresh? Will that keep me logged in?
|