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
If your issue has an debug log, post it here, unless remove this section!
Describe your issue
Hi all,
I have the following problem. My accounts were disabled very fast.. Just at the same day which I started using them. And I don't use Instagram client for likes, comments. I use it only for collecting data from instagram. I was thinking that it is due of different AndroidDevice values.
But I had updated building my instagram client and still had the problem just after several hours of usage.
I realised that my problem is a reaching request limits.
var followingsPage = await instaData.InstaApi.UserProcessor .GetUserFollowingAsync( username, PaginationParameters.Empty );
This request responds unsuccessful because it reaches limits every time even if there are only like 800 followings..
Is it possible to receive all followings without timeout?
I've:
Issue category
Language
Usage
Operating System
Debug logs
If your issue has an debug log, post it here, unless remove this section!
Describe your issue
Hi all,
I have the following problem. My accounts were disabled very fast.. Just at the same day which I started using them. And I don't use Instagram client for likes, comments. I use it only for collecting data from instagram. I was thinking that it is due of different AndroidDevice values.
But I had updated building my instagram client and still had the problem just after several hours of usage.
Could someone help me with that? What I should do to protect my account from disabling?
The text was updated successfully, but these errors were encountered: