Examples of WeiBoGetRepostListParamBean


Examples of com.qq.open.weibo.bean.param.WeiBoGetRepostListParamBean

   * @param args
   * @throws Exception
   */
  public static void main(String[] args) throws Exception {
   
    WeiBoGetRepostListParamBean paramBean = new WeiBoGetRepostListParamBean();
   
    paramBean.setAccessToken("138F0112CC9B350B8AE00899CB47D489");
   
    paramBean.setOpenId("2D78AAACEAF41021180BEAA2A47871B8");
   
    paramBean.setFlag("1");
   
    paramBean.setRootId("63205035830588");
   
    paramBean.setPageFlag("0");
   
   
    paramBean.setPageTime("0");
   
    paramBean.setReqNum("100");
   
    paramBean.setTwitterId("0");
   
   
    WeiBoGetRepostList getRepostList = new WeiBoGetRepostList();
   
    getRepostList.getRepostList(paramBean);
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.