Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm new to android development and I am trying to integrate twitter api, but I'm getting an error with this line:

AccessToken a = new AccessToken(token,secret);//error

My error is:

Could not find class 'twitter4j.http.AccessToken'`, referenced from method com.android.twitter.TwitterUtils.isAuthenticated""

I have already added 4 libraries in the libs folder.

How can I fix this issue?

share|improve this question
This looks like a duplicate of [this question][1] (with answer). [1]: stackoverflow.com/questions/10301789/… – idhindsight Oct 5 '12 at 11:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.