* @throws IOException
*/
public static void main(String[] args) throws JSONException, IOException {
// TODO Auto-generated method stub
WeiBoGetOtherInfoParamBean paramBean = new WeiBoGetOtherInfoParamBean();
paramBean.setAccessToken("138F0112CC9B350B8AE00899CB47D489");
paramBean.setOpenId("2D78AAACEAF41021180BEAA2A47871B8");
paramBean.setName("lockese");
WeiBoGetOtherInfo getOtherInfo = new WeiBoGetOtherInfo();
WeiBoGetOtherInfoResultBean resultBean = getOtherInfo.getOtherInfo(paramBean);