I am trying to create a twitter client using this tutorial:
I do every thing fine, but when I press run, I got an error. The first line of logcat says :
Could not find method twitter4j.Twitter.getOAuthAccessToken, referenced from method *.IntegrateTwitter.authoriseNewUser
i searched and found the problem is with twitter4j lib, but i have no idea how to fix it. can any one please help me? Any suggestions appreciated.