Package com.qq.open.weibo

Examples of com.qq.open.weibo.WeiBoGetOtherInfo


   
    paramBean.setOpenId("2D78AAACEAF41021180BEAA2A47871B8");
   
    paramBean.setName("lockese");
   
    WeiBoGetOtherInfo getOtherInfo = new WeiBoGetOtherInfo();
   
    WeiBoGetOtherInfoResultBean resultBean = getOtherInfo.getOtherInfo(paramBean);
   
   
    System.out.println(resultBean.getErrorFlg());
  }
View Full Code Here

TOP

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

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.