This is what I’m getting while calling twitter.getOauthRequestToken(callbackUrl).
I’ve added the correct consumer key and consumer secret.
401:Authentication credentials (https://dev.twitter.com/docs/auth) were missing or incorrect. Ensure that you have set valid conumer key/secret, access token/secret, and the system clock in in sync.
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<error>Desktop applications only support the oauth_callback value 'oob'</error>
<request>/oauth/request_token</request>
</hash>
I debugged the code multiple times and found every credentials in place before above call is made.
Anyone who has used twitter4j or not can please indicate the problem? Or should I use another oauth library? Any suggestions?
I guess you registered your app as a “desktop” app. Go to twitter applications and either delete the app and create a new one or edit the existing one with “web” as the app type.