V3 Login API - Log in using your email, username, password, and 2FA code. This is an asynchronous login method. After calling this API, the system will process your login request in the background. You can use the same credentials to call this API multiple times - if the login is still in progress, it will return the current status; if already logged in successfully, it will return the login cookie. Trial operation price: $0.003 per call.
Twitter username. Must be set.
The proxy to use. Must use high-quality residential proxies and avoid free proxies.Otherwise, you will fail 100%. Required. Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504
Email address associated with the account. Must be set if cookie is empty..
The password of the user. Must be set if cookie is empty.
The TOTP secret key for 2FA authentication. It is a 10-character string, not a number! If your account has 2FA enabled, this field is required for successful login.
Optional. Pre-existing cookie string in format 'cto=xx&auth_token='. Can be used to resume a previous session.
Login response
Status of the request. 'success' means the login request has been accepted and is being processed.
Message describing the current state. For example: 'Add done.configing.' means the login is being configured.
The login cookie of the user. This will be returned once the login is complete. Use this cookie to post tweets, etc.