Later... towards the bottom, after the sub routines etc..
Code:
$oscar->signon(%signon);
I'm not quite sure why this isn't working, it should work fine. I know that it works if I put the password in plaintext and remove the key pass_is_hashed, althought following the Net::OSCAR documentation it should work. All I've seen anyone around here doing is using $username, $password but that seems obsolute.
Along with this problem, I don't understand how the is_on function and the buddy function (should return a hash reference).
im trying to use
Code:
$oscar->is_on ("n00b")
They'll be offline, and it will still return 1.
Anyhelp would be loved, examples will be loved even more, thanks.
Right, I found that out after browsing around abit, do you happen to know in depth how the AUTH_CHALLENGE callback works? Any help is greatly appreciated.