Skip Menu |

This queue is for tickets about the WWW-Myspace CPAN distribution.

Report information
The Basics
Id: 34790
Status: resolved
Priority: 0/
Queue: WWW-Myspace

People
Owner: Nobody in particular
Requestors: jeffreywdonahue [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.72
  • 0.73
  • 0.74
  • 0.75
  • 0.77
  • 0.78
Fixed in: (no value)



Repeated failure attempt while sending message. F: Failed, verification string not found on page after posting. Tried repeatedly duplicated this in 0.72-current versions. After the failure I check the page and it apprears to be the form to send the message unused.
Subject: [rt.cpan.org #34790]
Date: Wed, 07 May 2008 23:58:29 +0100
To: bug-www-myspace [...] rt.cpan.org
From: Steven Chamberlain <steven [...] pyro.eu.org>
Hi, I can't reproduce this in latest SVN, messages seem to send fine and return the code 'P'. I've attached the short script which I used to test this. Regards, -- Steven Chamberlain steven@pyro.eu.org
#!/usr/bin/perl use WWW::Myspace; $myspace = new WWW::Myspace('me@example.com', 'mypassword'); print("Message sent -- return code ". $myspace->send_message(friend_id => 11273704, subject => "Test", message => "Just testing.")."\n");
I believe this was fixed in 0.78 or later; closing this bug ticket. Please let us know if you still experience any problems with this function. Thanks.