This commit is contained in:
Sufian 2018-05-22 18:54:29 +02:00
parent 2ecbd756af
commit bee554c7bf
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import twitter4j.conf.ConfigurationBuilder;
public class TwitterEngine {
private final String TWITTER_CONSUMER_KEY = "0EKRHWYcakpCkl8Lr4OcBFMZb";
private final String TWITTER_CONSUMER_SECRET = "RQrf0uQus5v7IMuYgdlVeBuLw1ApRJhxcAMM8MyUVRh1nKSxnR";
private final String TWITTER_CONSUMER_SECRET = "Insert key";
private static TwitterEngine mTwitter;
private static long twitterID = -1L;