lassic

Results 16 comments of lassic

@OllieTerrance I've also been getting some errors sometimes around refreshing the token/login. What's the recommended workflow for keeping a session active over days? Right now, I'm doing `Skype(user, pwd, token_file)`...

@OllieTerrance thanks, but I'm still a bit confused from all the possible method combinations :) Is it enough to `setUserPwd(user, pwd)` once in a process lifecycle, and then just always...

got it. I'll try a few things out. I was hoping to refresh the token when my server is idle (and not during a request) to keep the request lag...

so far no matter what I'm trying the account seems to get blocked when trying to relogin after 24hrs (token expiry). If I find anything else I'll update.

Blocked meaning - trying to `verifyToken(SkypeConnection.Auth.SkypeToken)` or `refreshSkypeToken()` or `getSkypeToken()` or `Skype(...)` after 24hrs (token expiry time) doesn't work for me. I always get the page that says the account...

It's possible that deleting an existing token file prior to expiration (say after 22hrs), and then creating a new Skype(user, pwd, tokenFile) succeeds in keeping that user logged in without...

Could very well be flagged on multiple searches. We'll see how it goes in the upcoming days. Thanks for the chat options, I may reach out if I get some...

Cool, sorry for the long delay in response. When I get a chance I'll try the same approach and submit a PR.

Any chance to get this in? It'd be much nicer to be able to use in Android Studio. I can try to do what @AndroidDeveloperLB said as a pull request,...