How to Login twitter using Oauth from my android application?
问题 I am making an application which is a Twitter client. This means it connects to Twitter with OAuth. I register my application to Twitter and got all my keys, but now I do not have an idea how to connect my application with twitter. I have done some code mention below. Please help me out.. Twitter twitter=new TwitterFactory().getInstance(); twitter.setOAuthConsumer(Consumer key, Consumer secret); RequestToken requestToken = twitter.getOAuthRequestToken(); AccessToken accessToken=null; Log.i(