How to search a user's follower list?
General Question
Read the Notes and fill out the form.
Switch to Preview for reading.
Form
Put an [x] if you meet the condition, else leave [ ].
- [x] I've searched the Issues
- [x] I've read the basic concepts
- [x] I'm using the latest version
Question
I want to find a specific user from a user's follower list. I can search from the iphone app. Is this possible?
Yes
@sunmasters Thanks for the reply. I read the source code but could not find an API that allows user search. Which API is it?
here is the api
https://i.instagram.com/api/v1/friendships/userid/followers/?search_surface=follow_list_page&query=fir&enable_groups=true&rank_token=
replace userid with user id
here is the api
https://i.instagram.com/api/v1/friendships/userid/followers/?search_surface=follow_list_page&query=fir&enable_groups=true&rank_token=replace userid with user id
Getting a 404 here
Same with ig.feed.accountFollowers('userid') and feed.accountFollowing('userid');