I saw this question: The session has been invalidated because the user has changed the password while I was searching for an answer for the very same question, but I don’t know how to make the session longer for android so could someone tell me how. I think that just those two lines must be changed :
String access_token = mPrefs.getString("access_token", null);
long expires = mPrefs.getLong("access_expires", 0);
But I don’t have any idea how must they be changed
As it’s mentioned in a reference: