AnderGoig / SwiftInstagram

Instagram API client written in Swift
https://git.io/vdNAn
MIT License
578 stars 81 forks source link

Getting list of follows or followers by user ID #16

Closed TaoufikBouabid closed 6 years ago

TaoufikBouabid commented 6 years ago

Checklist

Expected Behavior

Is it possible to get list of followers or follows by userID not self only ? p.s : I'm still in sandbox mode

Actual Behavior

The actual is get list of my followers and follows

Specifications

AnderGoig commented 6 years ago

Hi @TaoufikBouabid, unfortunately the Instagram API doesn't provide that, you could only get the number of followers and follows, but not the list of them.

TaoufikBouabid commented 6 years ago

is there any workaround ?

AnderGoig commented 6 years ago

Not that I know, sorry.