1

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.

Praveenkumar
  • 24,084
  • 23
  • 95
  • 173
Manoj
  • 2,314
  • 2
  • 21
  • 36

1 Answers1

4

I'm using Sociallib now you missing another 2 libs, i think you should see this and this and this question

Community
  • 1
  • 1
Weloo
  • 625
  • 4
  • 16