user.folllow not follow actually
Opened this issue · 5 comments
rettiwt.user.follow('1451773004')
it's returning true even though it didn’t follow actually
note: for some user it give me unknown error with different status codes
edit: the 344 error code is for this message when you try to follow "You have reached your daily limit for this action. Please add a phone to your account to remove the limit."
the 344 error code is for this message when you try to follow "You have reached your daily limit for this action. Please add a phone to your account to remove the limit."
This might be the issue. How many users were you trying to follow in a day?
the 344 error code is for this message when you try to follow "You have reached your daily limit for this action. Please add a phone to your account to remove the limit."
This might be the issue. How many users were you trying to follow in a day?
nah i already try different account with different ip but still same
i take the curl request for the follow api it worked fine.
Any chance you might be subject to these regulations?: https://help.x.com/en/using-x/x-follow-limit
nah i bearly have 10 following
found that certain accounts never gonna follow
like i follow 5 different account 2 or 1 of theme gonna actually follow
i already added a phone number but still same
i could do anything i want without follow
here is my post request i get from browser i hide the auth_key but if you like i could give it to you for test use
"curl --path-as-is -i -s -k -X $'POST'
-H
-b $'guest_id=172597803001915399; night_mode=2; guest_id_marketing=v1%3A172597803001915399; guest_id_ads=v1%3A172597803001915399; kdt=tOa3toTewo9w8oix5GosG8oGNhhwaaWEGZrWwRlC; att=1-87pUNFU5FTcUApI7uwgZG0ScAI8diZ9XmQPO7YTd; lang=en; gt=1833547103831765125; auth_token=hidden; twid=u%3D1830235616526610432; ct0=hidden; personalization_id="v1_PhG/nebb6Gqab5F1HzMo0Q=="'
--data-binary $'include_profile_interstitial_type=1&include_blocking=1&include_blocked_by=1&include_followed_by=1&include_want_retweets=1&include_mute_edge=1&include_can_dm=1&include_can_media_tag=1&include_ext_is_blue_verified=1&include_ext_verified_type=1&include_ext_profile_image_shape=1&skip_status=1&user_id=352004499'
$'https://x.com/i/api/1.1/friendships/create.json'"
it's really weird situation didn’t get any logic
This might be issue