1

Logout IM

Please tell me the way to logout from IM because I don't understand what is url and data to logout, I do based in following bui not work:
Logging out of the Yahoo! Messenger IM SDK is as simple as posting a HTTP DELETE to the Session Management API address. Here is a sample log out request.
view plainprint?

1. DELETE /v1/session
2. Host: rcore1.messenger.yahooapis.com
3. Authorization: < Standard OAuth credentials >

Thanks you!

by
2 Replies
  • Hi,

    Use this URL: rcore1.messenger.yahooapis.com/v1/session?sid=<your session id>&_method=delete to logout with your standard oauth authorization credentials.

    Thanks,
    Karthik


    QUOTE (LAM @ Sep 22 2010, 06:09 PM) <{POST_SNAPBACK}>
    Please tell me the way to logout from IM because I don't understand what is url and data to logout, I do based in following bui not work:
    Logging out of the Yahoo! Messenger IM SDK is as simple as posting a HTTP DELETE to the Session Management API address. Here is a sample log out request.
    view plainprint?

    1. DELETE /v1/session
    2. Host: rcore1.messenger.yahooapis.com
    3. Authorization: < Standard OAuth credentials >

    Thanks you!
    0
  • QUOTE (Karthik @ Sep 22 2010, 07:40 PM) <{POST_SNAPBACK}>
    Hi,

    Use this URL: rcore1.messenger.yahooapis.com/v1/session?sid=<your session id>&_method=delete to logout with your standard oauth authorization credentials.

    Thanks,
    Karthik

    Thanks for your reply, it works
    1

Recent Posts

in Messenger IM SDK