On Wed Apr 12 05:18:08 2006, guest wrote:
Show quoted text> can u show me a sample of the config for friend adder i cant get it to
> work and i figure im doing something wrong would help alot if u could
> send me a sample config thanks
I've attached to sample config files. The .cfg file needs to be passed
with the parameter config_file_format => 'CFG'
Something like this:
my $adder = WWW::Myspace::FriendAdder->(
$myspace,
{ config_file => '/path/to/adder_config.cfg',
config_file_format => 'CFG',
},
);
That should work for you!