PHP Classes

Messenger List stopped working

Recommend this page to a friend!

      Grab Yahoo  >  All threads  >  Messenger List stopped working  >  (Un) Subscribe thread alerts  
Subject:Messenger List stopped working
Summary:Cannot get the mess list, 3 PHP warnings on Demonstration Page.
Messages:5
Author:Nick Dumitrescu
Date:2007-10-22 08:58:41
Update:2007-11-08 18:54:06
 

  1. Messenger List stopped working   Reply   Report abuse  
Picture of Nick Dumitrescu Nick Dumitrescu - 2007-10-22 08:58:41
The script is not getting the messenger list anymore, and I think the URL http://messenger.yahoo.com/edit/ is no longer valid to get the mess list. I get 3 warnings when I run the script to get the mess list, identical to the ones on the Online Demonstration Page.

  2. Re: Messenger List stopped working   Reply   Report abuse  
Picture of bibicu bibicu - 2007-10-29 10:53:10 - In reply to message 1 from Nick Dumitrescu
Yahoo changed the link to edit page. This sucks :(

  3. Re: Messenger List stopped working   Reply   Report abuse  
Picture of Pirvu Silviu Gabriel Pirvu Silviu Gabriel - 2007-10-30 10:30:45 - In reply to message 1 from Nick Dumitrescu
the messenger list isn't working, BUT i believe the new format of yahoo adress book contains this list also. (ex: adding new people to YM list adds them automatically to address book; you cannot remove them from address book without deleting them from list too, but the reverse is possible)

based on my trials-errors and head-scratching i've changed the parameter 'action_export_outlook' with 'action_export_yahoo' for the submit value in the processAddressBook() function.

the result from this contain all the entries in the addressbook which contain all the entries from messenger list and more.

in the array returned you'll find fields such as 'Messenger ID', 'MSN ID' and more. these two are filled for people you have in you YM list from yahoo network, respectively MS Live.

hope this long explanation helps other people and further improve this great class. :)

  4. Re: Messenger List stopped working   Reply   Report abuse  
Picture of Nick Dumitrescu Nick Dumitrescu - 2007-11-01 08:55:51 - In reply to message 3 from Pirvu Silviu Gabriel
this is a very simple solution that solves the problem :) thanks.

  5. Re: Messenger List stopped working   Reply   Report abuse  
Picture of No Spam No Spam - 2007-11-08 18:54:06 - In reply to message 3 from Pirvu Silviu Gabriel
you rock! thanks!