question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Method accountFollowers does not sort output by date added

See original GitHub issue

Early, 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:open
  • Created 3 years ago
  • Reactions:2
  • Comments:9

github_iconTop GitHub Comments

1reaction
rainb3rrycommented, Feb 8, 2021

Sadly, there’s no option to set the ordering of this feed. There is however an option to set the ordering on the following feed.

Am I adding this option correctly? Sorting doesn’t work. I am testing on a user with 300 following. ig.feed.accountFollowing(id,{order:"date_followed_latest"});

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.

0reactions
rainb3rrycommented, Oct 14, 2020

I’d guess “whole” refers to the actual response vs the items.

well, do you think when can we get smoothly ordered following & followers data of an user?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found