Skip to content

Commit

Permalink
Fix Bug API Resource URL. fixes #329 #333 @15m
Browse files Browse the repository at this point in the history
  • Loading branch information
みぞ@CrazyBeatCoder committed Feb 22, 2018
1 parent 0da3923 commit 3898c0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class TwitterClient {
private static final String TWITTER_API_ACCOUNT_ACTIVITY_COUNT_URL_STR =
"https://api.twitter.com/1.1/account_activity/all/count.json";
private static final String TWITTER_API_ACCOUNT_ACTIVITY_LIST_SUBSCRIPTIONS_URL_STR =
"https://api.twitter.com/1.1/account_activity/all/:env_name/subscriptions/list.json";
"https://api.twitter.com/1.1/account_activity/all/env-beta/subscriptions/list.json";
private final Twitter mTwitter;
private final Twitter4JUtil mTwitter4JUtil;

Expand Down

0 comments on commit 3898c0a

Please sign in to comment.