You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, in your code documentation, you had this below, which is the values for cookies, you didn't add how we'll get these values, I got a cookies ready based acct from the provider in the documentation.
cookies = "abc=12; ct0=xyz" # or '{"abc": "12", "ct0": "xyz"}'
Now I am facing this error below: "cto" not in cookies, how do I get the value for "cto" and "abc" in the code above, P.S my acct hasn't been banned, I'm able to login successfully on twitter
In my code below: I didn't set values for cookies and I'll like to:
When I used the "cto" entry and "auth_token" entry under the cookies from the login page on twitter, I got this error
Someone should please help me asap
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello, in your code documentation, you had this below, which is the values for cookies, you didn't add how we'll get these values, I got a cookies ready based acct from the provider in the documentation.
cookies = "abc=12; ct0=xyz" # or '{"abc": "12", "ct0": "xyz"}'
Now I am facing this error below: "cto" not in cookies, how do I get the value for "cto" and "abc" in the code above, P.S my acct hasn't been banned, I'm able to login successfully on twitter
In my code below: I didn't set values for cookies and I'll like to:
When I used the "cto" entry and "auth_token" entry under the cookies from the login page on twitter, I got this error
Someone should please help me asap
The text was updated successfully, but these errors were encountered: