We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e220d1 commit b292838Copy full SHA for b292838
examples/TwitterRestClientUsage.java
@@ -6,7 +6,7 @@
6
7
class TwitterRestClientUsage {
8
public void getPublicTimeline() {
9
- ExampleRestClient.get("statuses/public_timeline.json", null, new JsonHttpResponseHandler() {
+ TwitterRestClient.get("statuses/public_timeline.json", null, new JsonHttpResponseHandler() {
10
@Override
11
public void onSuccess(Object response) {
12
JSONArray timeline = (JSONArray)response;
0 commit comments