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 65e8784 commit 2ef6a0dCopy full SHA for 2ef6a0d
index.md
@@ -112,7 +112,7 @@ class TwitterRestClientUsage {
112
public void getPublicTimeline() throws JSONException {
113
TwitterRestClient.get("statuses/public_timeline.json", null, new JsonHttpResponseHandler() {
114
@Override
115
- public void onSuccess(JSONArray response) {
+ public void onSuccess(JSONArray timeline) {
116
// Pull out the first event on the public timeline
117
JSONObject firstEvent = timeline.get(0);
118
String tweetText = firstEvent.getString("text");
0 commit comments