Fetch Followers/Following did a logout from the account. #311
Unanswered
VitaliiDeveloper
asked this question in
Q&A
Replies: 1 comment
-
@sbertix Hope for your answer 🙏🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all✌🏻
Can we fetch all followers and following users without being logout of the account?) Usually, it's happened because of more than 2000 users in the followers/following tab.
Tested Instagram on iPhone Simulator Safari with Charles, and for native implementation, they are fetching only 12 users per request + separate friendship request, and it's a much more high-loaded task than we have with Swiftgram.
Also tested Swiftgram with
"count": "12"
for followers/following requests, and we will logout with reason 8 after +- 10 requests. So the logout issue depends only on the request count and no matter what gonna be inside.Is this have some solution?
Beta Was this translation helpful? Give feedback.
All reactions