private TqqWeiboApi tqqWeiboApi = null;
public TqqMessageSync(Map<String, String> configMap) {
this.configMap = configMap;
this.sinaRobotWeiboApi = new SinaWeiboApi(this.configMap);
this.sinaTempWeiboApi = new SinaWeiboApi(this.configMap);
this.sinaWeiboApi = new SinaWeiboApi(this.configMap);
this.tqqWeiboApi = new TqqWeiboApi(this.configMap);
this.weiboMapDao = new WeiboMapDao();
this.commentMapDao = new CommentMapDao();
this.userMapDao = new UserMapDao();
this.authTokenDao = new AuthTokenDao();