After calling session = Authenticator.getMobileSession( username, password, key, secret ); Is there a way to check whether that session is valid, and if not, why it failed (i.e. bad username / password, no internet connection, etc.) Thank you!
After calling
Is there a way to check whether that session is valid, and if not, why it failed (i.e. bad username / password, no internet connection, etc.)
Thank you!