-
Notifications
You must be signed in to change notification settings - Fork 51
ReCaptcha Challenge
Occasionally PokémonGo accounts may get flagged for an high amount of requests and have to solve a captcha in order to make subsequent requests.
This API provides some basic functionality to help complete such challenges.
You may use the checkChallenge-method to check whether your account is flagged, and get the captcha challengeUrl.
Check out the CheckChallengeExample example for instructions how to check if an account is flagged for captcha, pull the challengeUrl, and display/generate a captcha to solve and obtain the verification-token (challengeToken).
You may use the verifyChallenge-method to send back the challengeToken. Check out the VerifyChallengeExample example for instructions how to send the challengeToken back and confirm the captcha flag was successfully lifted on the account.