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 3e0fa68 commit a724375Copy full SHA for a724375
src/eim/casestudy/twitter/RunMe.java
@@ -15,7 +15,7 @@ public static void getTwitterStream(String searchKeyword) {
15
oathSignature = OathSignature.generateOauthSignature(searchKeyword);
16
String header = OathHeader.header(searchKeyword, oathSignature);
17
String body = OathBody.body(searchKeyword);
18
- OathHttpClient.makeHttpRequest(header, body);
+ OathHttpClient.httpRequest(header, body);
19
}
20
21
public static void main(String[] args) {
0 commit comments