Open hamza08003 opened 1 month ago
any updates on this? im also limited
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 can't add more than 10k close friends when mimicking a desktop device using this endpoint: https://i.instagram.com/api/v1/friendships/set_besties/
you're getting this error: max besties exceeded , right
i think we should sniff traffic on mobile app (when in close friends section) to learn the new endpoint and request.
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.
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 jumpshare. com/s/Ltn8lXtMoIX0daNrmVAC
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