NicklasWallgren / instagram-api

Instagram Private API
MIT License
145 stars 47 forks source link

Followers Number #59

Closed rafaelkapela closed 2 years ago

rafaelkapela commented 2 years ago

Hey

Is it possible to get the followers (and following) number? I saw that on the getUser() we get this: followerCount:Instagram\SDK\Response\DTO\General\User:private

But it's private and I can't access it.

NicklasWallgren commented 2 years ago

Hey,

Have a look at https://github.com/NicklasWallgren/instagram-api/blob/master/src/Response/DTO/General/User.php#L150 and https://github.com/NicklasWallgren/instagram-api/blob/master/src/Response/DTO/General/User.php#L158

NicklasWallgren commented 2 years ago

I'll close this issue.