Tinder Arkose Captcha

Daugherty Sr.

New member
Joined
Jul 15, 2024
Messages
2
Points
1
I have been developing a Tinder swiping and chatting bot trough their iOS mobile API, it all works well, but some accounts get the arkose captcha challenge when I try to refresh the Auth Token. This is the response I get from the API call that should refresh the auth token:

{'error': {'code': 40307, 'message': 'APPEAL_BAN', 'banReason': {'banAppeal': {'challengeType': 'arkose', 'challengeToken': 'ba440067-81b8-4253-9806-413e25dbbb11', 'refreshToken': 'eyJhbGciOiJIUzI1NiJ9.MTUwNzYwNjg3NDk.Px31rrou1q_XJjJ3n-g6cksTiGQB101SuXl22Foqgxo'}}}}

O notice there is a challengeToken, but I genuinely got no idea how to use it to solve the captcha, and also where to POST the captcha response if I manage to solve it.

If anyone has any idea on how to fix this, I would be more than grateful.
 
Top