EnMePlaceHolderConfigurer.getProperty("tumblr.consumer.secret"),
socialAccount.getAccessToken(),
socialAccount.getSecretToken());
try {
log.debug("Publish on TUMBLR............>");
published = tumblrAPIOperations.updateStatus(tweetText, socialAccount, hashtags);
log.debug("Publish on TUMBLR...... "+published);
} catch (Exception e) {
published.setDatePublished(Calendar.getInstance().getTime());
log.error(e);
e.printStackTrace();