Answer the question
In order to leave comments, you need to log in
How to get a list of Instagram users using InstaApiSharp?
Hello. I'm trying to use the InstagramApiSharp
lib I
did the authorization. The question is how to get the users of a specific user?
There is a method in either that returns subscribers:
var userFollowers = await InstaApi.UserProcessor
.GetUserFollowersAsync("username", PaginationParameters.MaxPagesToLoad(1));
Answer the question
In order to leave comments, you need to log in
Hello, I output it like this:
userFollowers.Value.Count;
Count
displays in numbers like 100. If you need a list - in letters, deleteCount
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question