* (non-Javadoc)
* @see org.encuestame.social.api.support.SocialAPIOperations#updateStatus(java.lang.String)
*/
public TweetPublishedMetadata updateStatus(String message) {
log.debug("Identica updateStatus 2 "+message);
return this.updateStatus(message, new IdenticaStatusDetails());
}