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 cfa1814 commit 28ff814Copy full SHA for 28ff814
index.md
@@ -81,7 +81,7 @@ public class TwitterRestClient {
81
}
82
83
public static void post(String url, RequestParams params, AsyncHttpResponseHandler responseHandler) {
84
- client.get(getAbsoluteUrl(url), params, responseHandler);
+ client.post(getAbsoluteUrl(url), params, responseHandler);
85
86
87
private static String getAbsoluteUrl(String relativeUrl) {
0 commit comments