in reply to Using perl to grab msn and yahoo contacts

Did you try Net::Msmgr and POE::Component::Client::MSN?

  • Comment on Re: Using perl to grab msn and yahoo contacts

Replies are listed 'Best First'.
Re^2: Using perl to grab msn and yahoo contacts
by user2000 (Sexton) on Sep 07, 2007 at 13:51 UTC
    Hi, I installed POE Component Client MSN, but was unable to get the script to work. Also in Net Msmgr I could not find any function that would list all my friends on the list. Thank you, Anant
      I have written the following code. Only problem is that in the final part, it doesnot give output i.e. for this line: snd_msg( $socket, 'USR 4 TWN S t='.$final."\r\n" ); print (get_msg( $socket )."\n\n"); i dont know why but it just doesnt print anything and the perl interpreter keeps running. i dont know why. the rest all is right. All the code i have written as per the guidelines from: http://www.hypothetic.org/docs/msn/notification/authentication.php Thank you very much, Anant

        I have written the following code. However on the ifnal login i get a 911 error which means authentication failed. I have followed the guidelines exactly. Can someone help me in the same.