twitter-api-java-sdk
twitter-api-java-sdk copied to clipboard
A Java SDK for the Twitter API
Hi all, I am migrating our code from twitter4j to this v2 capable library, so I am more than happy, that a official sdk is provided via GitHub! I am...
the class UrlFields UrlImage is not the same as the file name UrlImage.java URLFields.java ### Expected behavior When building the code, the result is a failure. ### Actual behavior ###...
### Problem Recently I've started getting myself familiar with the open source software and how to contribute. I found the apache beam project and while I was trying to get...
Add an option to easily define the retrieved response fields. Instead of defining which fields should be in the response object, define which fields should be excluded from it. Call...
When retrieving tweets with the full archive endpoint, asking for all expansions, I have the following error. It does not appear immediately, I'm able to retrieve a bunch of tweets...
The file name should be coherent with the class it contains (upper / lower case)
TwitterApi.tweets().searchStream().execute() throws 400 error with no response body if additional parameters are included ### Expected behavior defining the call as ``` Integer backfillMinutes = 1; OffsetDateTime startTime = OffsetDateTime.parse("2022-10-01T18:40:40.000Z"); //...
If no `sdk.properties` is present, the following stacktrace is printed: ``` java.io.FileNotFoundException: sdk.properties (No such file or directory) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:216) at java.base/java.io.FileInputStream.(FileInputStream.java:157) at java.base/java.io.FileInputStream.(FileInputStream.java:111) at com.twitter.clientlib.SDKConfig.(SDKConfig.java:38) at...
### Problem Twitter rolled out Tweet impression count but it's not available in the Java library yet. ### Solution Add `public_metrics.impression_count` to the `TweetPublicMetrics` class.
### Problem Explain the context and why you're making that change. What is the problem you're trying to solve? In some cases there is not a problem and this can...