Examples of WeiBoAddIdolParamBean


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

   * @throws IOException
   */
  public static void main(String[] args) throws JSONException, IOException {
    // TODO Auto-generated method stub

    WeiBoAddIdolParamBean paramBean = new WeiBoAddIdolParamBean();
   
    paramBean.setAccessToken("138F0112CC9B350B8AE00899CB47D489");
   
    paramBean.setOpenId("2D78AAACEAF41021180BEAA2A47871B8");
   
    paramBean.setName("NokiaChina,ilovethinkpad");
   
   
    WeiBoAddIdol addIdol = new WeiBoAddIdol();
   
    WeiBoAddIdolResultBean resultBean = addIdol.addIdol(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.