Thread

Posted on Sun Dec 3 22:59:34 2006 by jrad
newbie question
I know I am using a valid account, username/password is correct, but login fails and I see the following output:
Day too big - (numbers removed)
Sec too big - (numbers removed)
Just doing this: use WWW::Myspace; my $myspace = new WWW::Myspace;
Looks like the script can't get the friend ID from my page for some reason and is setting login to failed. Am I missing something?
Direct Responses: 3693 | Write a response
Posted on Sun Dec 3 23:29:47 2006 by grantg in response to 3692
Re: newbie question
Sounds like an issue that was fixed in version 0.60 (the current release). Make sure you're using version 0.60.

cpan -i WWW::Myspace

- Grant

Write a response