Followliker Twitter (Login problem)

Damian Uzcanga

Junior Member
Joined
May 23, 2017
Messages
167
Reaction score
26
Good afternoon friends of BHW, I would like to know if you are also presenting a problem in twitter with Followliker, when you ask me to change the password, the account does not start session again, I cleaned the cookies, and I changed the keys, I tried almost everything and always tells me in the activity log that my data are incorrect, someone else with this problem? or with the solution to this?
 
Not sure if is related, but Twitter changed the login routine this week (maybe it much more complicated to automate). IF the request is not made correctly , twitter will return a message saying your username / email /login data is wrong. It isn't, but that is the response they give. What it means the cookies are wrong.

You will probably need to contact 'follow liker' support and they may need to push out an update. Although from what I hear regarding FL, that may be easier said than done
 
Not sure if is related, but Twitter changed the login routine this week (maybe it much more complicated to automate). IF the request is not made correctly , twitter will return a message saying your username / email /login data is wrong. It isn't, but that is the response they give. What it means the cookies are wrong.

You will probably need to contact 'follow liker' support and they may need to push out an update. Although from what I hear regarding FL, that may be easier said than done
I understand, I have tried everything, but opening the account directly in the browser works perfect, thanks for the information
 
I understand, I have tried everything, but opening the account directly in the browser works perfect, thanks for the information
it will, as the browser is processing the JS, which is now required for a login. Previously you didn't have to process any JS, just extract the IDs and post the form. Now is much more complex
 
Yep same here just wait for followliker to update his software he's good for it.
 
They updated the auth.

It seems they removed the hard coded x-csrf-token (assigned to the 'ct0' cookie) and now uses javascript here https://abs.twimg.com/responsive-web/web/main.972917b4.js to generate the token.

Very tricky..

ct0 used to be set in the response headers but now as you say comes from the JS along with the authenticity_token

They moved the gt cookie (guest token) and use a new cookie mk_mb (or something like that) that is just a copy of one of the other IDs.
 
ct0 used to be set in the response headers but now as you say comes from the JS along with the authenticity_token

They moved the gt cookie (guest token) and use a new cookie mk_mb (or something like that) that is just a copy of one of the other IDs.

So the solution seems to be reversing their javascript to create our own ct0 builder function, yeah?

I'm still seeing GT and such, its just the ct0 and the javascript linked that's blocking me logging in right now.
 
So the solution seems to be reversing their javascript to create our own ct0 builder function, yeah?

I'm still seeing GT and such, its just the ct0 and the javascript linked that's blocking me logging in right now.
yes, gt is still in the response source, just in a different place.

You need to reverse the JS for ct0 and auth_token IIRC
 
any news about the auth error? have they solve it yet?
 
Auth Problem seems to have been fixed for me. Problem is, i can't login via the "Open in Browser" Function - Also the software seems to randomly get stuck after a certain number of accounts. Contacted Support 2 times in the last 5 days. No reply, nothing. I think it's time to change software soon, cause they don't give a flying fuck, as it seems.

I'll give em' a couple more days, probably until the end of the week and if i don't recieve a reply i'll change the software for good this time.
 
Mostly everything works fine now after the update. For some reason the “Post a tweet once” option has disappeared from the tweet option page. So now it runs out of tweets everyday which requires manual intervention. Hopefully they fix soon it’s a headache.
 
Mostly everything works fine now after the update. For some reason the “Post a tweet once” option has disappeared from the tweet option page. So now it runs out of tweets everyday which requires manual intervention. Hopefully they fix soon it’s a headache.
What Version are you on?
 
Weird, that option still shows up for me : https://prnt.sc/r40rim
You’re not using global settings, I have 100s of accounts so using one by one options wouldn’t be optimal. When u use global settings these options disappear. I have faith they will fix it within 7 days.
 
Back
Top