You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-api/tools-and-libraries/sdks.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ The methods provided within the library client are clearly named to correspond w
111
111
Here is an example of Post lookup by ID:
112
112
113
113
<Tabs>
114
-
<Tabtitle="JavaScript">
115
-
```js
114
+
<Tabtitle="Java">
115
+
```java
116
116
String id ="1511757922354663425"; // String | A single Tweet ID.
117
117
Set<String> expansions =newHashSet<>(Arrays.asList("author_id")); // Set<String> | A comma separated list of fields to expand.
118
118
Set<String> tweetFields =newHashSet<>(Arrays.asList("created_at", "lang", "context_annotations")); // Set<String> | A comma separated list of Tweet fields to display.
0 commit comments