1

I am using twitter4j in my Android app. I have done so much research, but I am unable to signout programmaticaly from the account by this API.

The rest of the things are doing well. But how do I signout, so that the session will clear?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Sudipta Som
  • 6,537
  • 9
  • 43
  • 67

1 Answers1

1

Twitter4j is stateless thus requires no logging out. See:

http://groups.google.com/group/twitter4j/browse_thread/thread/5957722d596e269c/c2956d43a46b31b5

Nikhil
  • 16,194
  • 20
  • 64
  • 81
ldx
  • 3,984
  • 23
  • 28