Package weibo4j

Examples of weibo4j.Weibo.repost()


        try {
          Weibo weibo = getWeibo(true,args);
          String sid = "";
          Thread.sleep(1000);
          //args[2]:添加转发的信息
          Status status = weibo.repost(sid, args[2]);
          System.out.println(status.toString());
    } catch (Exception e) {
      e.printStackTrace();
    }
  }
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.