I am using twitter4j library for development purpose. To be specific I was facing this error after getting an authenticated instance of Twitter class(using Oauth) and calling getScreenName() method on the authenticated instance. According to twitter4j documentation getScreenName() method internally invokes verifyCredential() method for the first time call is made.