im going to use Sociallib library in my app to interact with social networks. I referred to Google Code for some guidance. As external JARs im using following libraries:
signpost-core-1.2.1.2.jar
signpost-commonshttp4-1.2.1.2.jar
SocialLibBeta2_2.jar
But, when i trying this code to get Tokens, it requires Token class for implementation.
Token at = twitter.getAccessToken();
String token = at.getToken(); //You can store these two strings
String secret = at.getSecret();//in order to build the token back
I would be thankful if someone may tell me where can i find this library.