Ejemplo n.º 1
0
  public UnreadCount getUnreadCount() throws WeiboClientException {
    AccountService accountService = client.getAccountService();

    Uid uid = new Uid(accountService.getUid());
    return getUnreadCount(uid);
  }