0

Use Yahoo Messenger SDK in c#.windows applivcation

how can I use
ymsdk.API
in my c#.Net Programs

Thanks

by
1 Reply
  • 1. Read YM API documentation here http://developer.yahoo.com/messenger/guide/
    2. Use HttpWebRequest to send API command and receive API result

    The API is a REST, that means you can handle it like common URL. You can even access the API directly from your browser.

    Thx
    ~jimmi
    0

Recent Posts

in Messenger IM SDK