instagram-web-api icon indicating copy to clipboard operation
instagram-web-api copied to clipboard

Need a help for follower & followings data

Open WuFFuW opened this issue 2 years ago • 2 comments

Can someone tell how can i fetch a something from followers data for example

[ {
    id: 'xxxxx',
    username: 'xxxxxxx',
    full_name: '',
    profile_pic_url: 'x',
    is_verified: false,
    followed_by_viewer: false,
    requested_by_viewer: false
  },](url)

How can i fetch id or username from this i tried (followers.data.username) but it didnt work

Followers and followings list limited by 50 how can i see the list of all followers / followings

WuFFuW avatar Nov 25 '21 16:11 WuFFuW

Hey See This https://github.com/icancodebeauty/instagram-basic-api

xydv avatar Feb 07 '22 14:02 xydv

@WuFFuW did you get the solution, because I have the same problem but mine is limited by 47

S-codes14 avatar Jun 01 '22 00:06 S-codes14