Package com.qq.open.weibo

Examples of com.qq.open.weibo.WeiBoGetFansList


   
    paramBean.setStartIndex("0");
   
    paramBean.setMode("0");
   
    WeiBoGetFansList weiBoGetFansList = new WeiBoGetFansList();
   
    try {
      weiBoGetFansList.getFanList(paramBean);
    } catch (JSONException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
  }
View Full Code Here

TOP

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

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.