Hi moderators....

I am having problem in generating one time access token. When i try to
generate using Java i am getting following exception.
Exception in thread "main" TwitterException{exceptionCode=[68a00bf1-
d29a3734], statusCode=401, retryAfter=0, rateLimitStatus=null,
version=2.1.3}
        at twitter4j.internal.http.HttpClientImpl.request(HttpClientImpl.java:
307)
        at
twitter4j.internal.http.HttpClientWrapper.request(HttpClientWrapper.java:
72)
        at
twitter4j.internal.http.HttpClientWrapper.post(HttpClientWrapper.java:
103)
        at
twitter4j.http.OAuthAuthorization.getOAuthRequestToken(OAuthAuthorization.java:
121)
        at
twitter4j.TwitterOAuthSupportBaseImpl.getOAuthRequestToken(TwitterOAuthSupportBaseImpl.java:
87)
        at twitter4j.Twitter.getOAuthRequestToken(Twitter.java:54)
        at
twitter4j.TwitterOAuthSupportBaseImpl.getOAuthRequestToken(TwitterOAuthSupportBaseImpl.java:
80)
        at twitter4j.Twitter.getOAuthRequestToken(Twitter.java:54)
        at
com.tcs.service.twitter.TwitterAccessToken.main(TwitterAccessToken.java:
25)

I am not able to get the correct reason for this exception. Please
guide me in resolving it.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to