signout using Twitter4J is not working with android
问题 I am using twitter 4j 3.0.2 jar I have integrate twitter in my android app.I have successfully login and send tweet to twitter account but I face issue in logout from twitter account from my android app. I implement this as same as twitter4j sample app and I have noticed that same issue also in twitter4j sample app. Steps I have done When first time I click on login button from my app then login page of twitter opened. 2.I save token in SharedPreferences. 3.Convert login button to logout. 4