Twitter bot logout issues

TNgyuen

Regular Member
Joined
Oct 24, 2018
Messages
245
Reaction score
108
When doing http requests x.com my auth token expires (results in 403)
using auth token to login and extract ct0 etc.

after X amount of time running the accounts get logged out and the auth token expires / changes
when manual login with Username and password - extact new auth token it runs again until the next auth token expires.

is there a way to solve this without the need to manually login?
 
When doing http requests x.com my auth token expires (results in 403)
using auth token to login and extract ct0 etc.

after X amount of time running the accounts get logged out and the auth token expires / changes
when manual login with Username and password - extact new auth token it runs again until the next auth token expires.

is there a way to solve this without the need to manually login?
Currently, there is an issue with logging in via 2fafbrip. I discovered this a few days ago and quickly managed to disable it on all profiles, but I was unable to do so on a few. We are waiting for the issue to be resolved.
 
Not really, x rotates tokens often now. Only solid way is to use the official Apı or automate re login with valid credentials securely.
 
Not really, x rotates tokens often now. Only solid way is to use the official Apı or automate re login with valid credentials securely.
NO, only solid way is to use private api if you know..
 
You could build an auto refresh system that securely reauthenticates when the token expires, instead of logging in manually.
 
X rotates auth tokens often, use the official OAuth flow with refresh tokens, or build a proper re-auth that persists the cookie jar and a stable device/UA instead of reusing extracted tokens.
 
Back
Top