Subject: | changed login form |
Apparently MySpace changed the home page (www.myspace.com) slightly. The
login form is now not form #1 but form #2, therefore it has to be
updated in WWW::Myspace _try_login:
# Submit the login form
my $submitted = $self->submit_form( "$BASE_URL", 2, "",
{ 'email' => $self->account_name,
'password' => $self->password
}
);
Maybe good idea for the future to have the method look for the form name
("theForm"), not just the number.
best, tobias