Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
General Programming Chat
Tinder Arkose Captcha
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Daugherty Sr." data-source="post: 15187" data-attributes="member: 4756"><p>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:</p><p></p><p>{'error': {'code': 40307, 'message': 'APPEAL_BAN', 'banReason': {'banAppeal': {'challengeType': 'arkose', 'challengeToken': 'ba440067-81b8-4253-9806-413e25dbbb11', 'refreshToken': 'eyJhbGciOiJIUzI1NiJ9.MTUwNzYwNjg3NDk.Px31rrou1q_XJjJ3n-g6cksTiGQB101SuXl22Foqgxo'}}}}</p><p></p><p>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.</p><p></p><p>If anyone has any idea on how to fix this, I would be more than grateful.</p></blockquote><p></p>
[QUOTE="Daugherty Sr., post: 15187, member: 4756"] 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. [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
General Programming Chat
Tinder Arkose Captcha
Top