Package weibo4j

Examples of weibo4j.Weibo.uploadStatus()


          System.out.println("file is null");
          System.exit(-1);
        }
       
        String msg = URLEncoder.encode("中文内容", "UTF-8");
        Status status = weibo.uploadStatus(msg + "cvvbqwe1343", file);

        System.out.println("Successfully upload the status to ["
            + status.getText() + "].");
       
      } catch (Exception e1) {
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.