twitter-api-java-sdk
twitter-api-java-sdk copied to clipboard
A Java SDK for the Twitter API
As described in this thread [https://twittercommunity.com/t/v2-api-unauthorized-401/188899](https://twittercommunity.com/t/v2-api-unauthorized-401/188899) we are having the same problem, the library version we are using is 2.0.2 but this also happens with 2.0.3. Has anyone managed to...
TwitterCredentialsOAuth2 twitterCredentialsOAuth2 = new TwitterCredentialsOAuth2(xxx, xxx, xxx, xxx); TwitterApi apiInstance = new TwitterApi(twitterCredentialsOAuth2); apiInstance.tweets().createTweet(new TweetCreateRequest().text("hellow world")); {"client_id":"27512824","detail":"When authenticating requests to the Twitter API v2 endpoints, you must use keys and...
One line summary of the issue here. ### Expected behavior As concisely as possible, describe the expected behavior. ### Actual behavior As concisely as possible, describe the observed behavior. ###...
`source` of tweets retrieved by stream API is null for about two days now. ### Expected behavior `tweet.getSource()` returns the source. ### Actual behavior `tweet.getSource()` returns `null` ### Steps to...
### Problem Code is not refactored properly. ### Solution I have refactores the methods in order to optimise it. ### Result It will increase to understand and debug the code...
Spec version 2.55 Direct Messages APIs.
ApiClient - add the stream error response body to the ApiException.
### Problem I cannot use this SDK with newer frameworks (Quarkus 3.2) with Jakarta 10, which has changed its namespace to `jakarta.ws.rs.*` from now legacy `javax.ws.rs.*`. Therefore when running it,...
In the API doc: public_metrics.impression_count | integer | Number of times this Tweet has been viewed. But when use TweetsApi.findTweetById response miss "impression_count". See TweetPublicMetrics model miss "impression_count" param.
### Expected behavior Must update tweet once created by user ### Actual behavior Not mention any endpoint for this