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 55572e7 commit 37adaf4Copy full SHA for 37adaf4
src/main/java/com/olegshan/social/JTwitter.java
@@ -8,17 +8,10 @@
8
@Component
9
public class JTwitter {
10
11
- private static final String CONSUMER_KEY = "1";
12
- private static final String CONSUMER_SECRET = "1";
13
- private static final String ACCESS_TOKEN = "1";
14
- private static final String ACCESS_TOKEN_SECRET = "1";
15
-
16
-/*
17
private static final String CONSUMER_KEY = System.getProperty("CKjP");
18
private static final String CONSUMER_SECRET = System.getProperty("CSjP");
19
private static final String ACCESS_TOKEN = System.getProperty("ATjP");
20
private static final String ACCESS_TOKEN_SECRET = System.getProperty("ATSjP");
21
-*/
22
23
private Twitter twitter;
24
0 commit comments