Davincible / goinsta

Unofficial Instagram API written in Golang (v2022)
MIT License
183 stars 56 forks source link

Insta.account.followingCount returns 0 #40

Open Subi opened 1 year ago

Subi commented 1 year ago

Very strange that this value is always returning zero , even when fetching and logging insta.account the instagram object for the account doesn't reflect the changes in terms of my followers/following on the account.

Davincible commented 1 year ago

I've just double-checked and you are correct. The API doesn't return your account following/follower information when logging in or syncing. It seems you need to fetch that separately. Will have to look more into when it's fetched exactly in the app.