endpoint.trackTerms(termsList);
}
List<Long> followingsList = getFollowingsListFromString(followings);
if (followingsList != null && followingsList.size() > 0) {
endpoint.followings(followingsList);
}
Authentication hosebirdAuth = new OAuth1(
consumerKey,
consumerSecret,