integrate twitter with my android app i successfully get the token and tokeSecreat but when i fetch the screen name of twitter it gives me null how to solve this.below is the AccessToken i get from the twitter
AccessToken a = new AccessToken(
httpOauthConsumer.getToken(),
httpOauthConsumer.getTokenSecret());
System.out.println("Urgntly"+a.getScreenName());
a.getScreenName() gives me null.how to get the ScreenName of Twitter userName.
I dont know whether you are using any API for Twitter or not.
But i have used Twitter4j and done this way
and then using that twitter object