Package com.github.jreddit.captcha

Examples of com.github.jreddit.captcha.Captcha.needsCaptcha()


   
      // Captcha requester
      Captcha c = new Captcha(restClient);
     
      // Check if a captcha is needed for this user
      if (c.needsCaptcha(user)) {
       
        // Ask for a new Captcha identification
        String iden = c.newCaptcha(user);
       
        // Show the captcha to you
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.