Examples of followUser()


Examples of com.dongxuexidu.douban4j.service.DoubanShuoService.followUser()

 
  public static void testFollowUser () {
    try {
      String accessToken = testAccessToken();
      DoubanShuoService service = new DoubanShuoService();
      boolean result = service.followUser("xxx", DefaultConfigs.API_KEY,accessToken);
      if (result) {
        System.out.println("done!");
      } else {
        System.out.println("failed!");
      }
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.