Subject: | MySpace change causes module to fail |
Date: | Sat, 18 Nov 2006 15:07:04 -0500 |
To: | <bug-WWW-Myspace [...] rt.cpan.org> |
From: | "Paul Smith" <paulsmith [...] metrocast.net> |
Grant,
Just a heads up...Myspace decided to change the URL on the homepage that you use to detect the friendID in the "_get_friend_id" method in MySpace.pm
from:
$page_source =~ /index\.cfm\?fuseaction=user\.viewfriends\&friendID=([0-9]+)/o;
to:
$page_source =~ /index\.cfm\?fuseaction=user\.viewprofile\&\;friendid=([0-9]+)/o;
This was preventing me from running any of my scripts.
Thanks,
-Paul