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.
2 parents cfa1814 + 28ff814 commit 47e2443Copy full SHA for 47e2443
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