0

Hi: Is there anyway my SignoutServlet can sign out of Twitter too ?

I am using something like this

    public void doGet(HTTPServletReq req, HTTPServletRes res) throws TwitterException,ServletException
{
   request.getSession(false).invalidate();

}

My question is even when I am invalidating the session, my application doesnt log out of Twitter.

Any clues/ideas of how to log out of Twitter from Twitter4j?

Thanks!

4

1 に答える 1

0

Twitter にサインアウトするには、資格情報を削除するだけです。アクセストークンを単純に削除することを意味します。

于 2011-03-25T11:25:21.027 に答える