Package com.qq.open.weibo

Examples of com.qq.open.weibo.WeiBoGetRepostList


    paramBean.setReqNum("100");
   
    paramBean.setTwitterId("0");
   
   
    WeiBoGetRepostList getRepostList = new WeiBoGetRepostList();
   
    getRepostList.getRepostList(paramBean);
   
  }
View Full Code Here

TOP

Related Classes of com.qq.open.weibo.WeiBoGetRepostList

Copyright © 2018 www.massapicom. 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.