How to create Yahoo Messenger Client in Android?
        Posted  
        
            by Rajapandian
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rajapandian
        
        
        
        Published on 2009-12-10T05:54:02Z
        Indexed on 
            2010/04/10
            19:33 UTC
        
        
        Read the original article
        Hit count: 365
        
android
Hi I am trying to create Yahoo messenger client in Android, and i got Openymsg api to implement that.This is small snippet of my code
        Session session=new Session();
        session.login("Email Id", "password");
But this code is throwing UnknownHost Exception in "scs.msg.yahoo.com".I dont know how to fix this.If any body knows it please help me.
© Stack Overflow or respective owner