Interface with Yahoo /MSN messenger using Perl

A

AD

Hi,

I tried following code for Yahoo Messenger

use Net::YMSG;
use strict;

my $yahoo = Net::YMSG->new(
pre_login_url => 'http://edit.my.yahoo.co.in/config/',
hostname => 'scs.msg.yahoo.com',
);
$yahoo->id('adixit76');
$yahoo->password('musafir');
$yahoo->login or die "Can't login Yahoo!Messenger";

$yahoo->send('recipient_yahoo_id', 'Namaste!');


Everytime it says "Can't login Yahoo!Messenger"

Can anybody give me some idea?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top