Method accountFollowers does not sort output by date added
See original GitHub issueEarly, this code returned a sorted list of followers by date added. Now the response is returned in random order.
var followersFeed = ig.feed.accountFollowers(id);
var wholeResponse = await followersFeed.request();
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:9
Top Results From Across the Web
Sort files by date added not modified - linux - Super User
I am trying to open the last application that was added to the /Applications directory on MacOS.
Read more >No option to sort Library files when there are mor... - 351839
I'm trying to delete old photos that my center has uploaded, but it only lets me go back so far, so there's no...
Read more >Sort records on text, numeric, or date values - Microsoft Support
You can fine-tune your results by sorting records on more than one field. ... Put another way, the records are sorted first (outermost)...
Read more >Epic Games Privacy Policy
This privacy policy describes the different ways we may collect, use, ... For instance, in order to make purchases on the Epic Games...
Read more >instagram follower count - Ozzys Barber Club
No matter how popular your account is and what you use it for, Fresh Results Apr 26, 2021 · Instagram Follower Counter enables...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
it should be like this,
ig.feed.accountFollowing({id: id, order:"date_followed_latest"});
and it can only work for your own account not for others with that API but you can do whatever you want with instagram web api now.well, do you think when can we get smoothly ordered following & followers data of an user?