Examples of SinaWeiboApi


Examples of com.appspot.piment.api.sina.SinaWeiboApi

  public SinaMessageSync(Map<String, String> configMap) {
  this.configMap = configMap;
  this.tqqRobotWeiboApi = new TqqWeiboApi(this.configMap);
  this.tqqTempWeiboApi = new TqqWeiboApi(this.configMap);
  this.tqqWeiboApi = new TqqWeiboApi(this.configMap);
  this.sinaWeiboApi = new SinaWeiboApi(this.configMap);
  this.weiboMapDao = new WeiboMapDao();
  this.commentMapDao = new CommentMapDao();
  this.userMapDao = new UserMapDao();
  this.authTokenDao = new AuthTokenDao();
  }
View Full Code Here

Examples of com.appspot.piment.api.sina.SinaWeiboApi

  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();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.