-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max Besties Exceeded Error While Adding Followers to Close Friends List #1800
Comments
any updates on this? im also limited |
Unfortunately, I haven't found a workaround yet, but I'm still looking into possible solutions. If you come across any idea or updates on this, the do share! |
i think we should sniff traffic on mobile app (when in close friends section) to learn the new endpoint and request. |
i know there are people who can add more than 1m followers to close friends. |
you're getting this error: max besties exceeded , right |
Yes I'm getting the problem Ater 9999 followers, I also know people who added around 50k+ followers to the close friends list. And I saw on one forum, someone was saying that on desktop, the close friends list starts glitching after 9999 followers so you can't add more. So Sniffing traffic on the mobile app sounds like a good idea to explore any different endpoints or requests. |
I am able to do without problems. You are using old API, that has limit. |
Could you share how you managed to do it without any issues? Which API did you use ? |
It is hidden API. Can't share |
Max besties exceeded Error While Adding Followers to Close Friends List
Description
While adding followers to the close friends list, I encountered a
400 Bad Request
error with the message "max besties exceeded" after adding 9,999 followers. There were no issues during the process of adding followers in batches up to this point, but once the close friends list reached 9,999 users, the error consistently appeared. The error occurred after attempting to add more followers using thesetBesties
endpoint.The error encountered:
Relevant code section:
Key Details
The text was updated successfully, but these errors were encountered: