Hacker News new | ask | show | jobs
by owenconti 2639 days ago
Hey thanks for the feedback! Mobile was definitely an after thought so I'll have to look into the swiping idea.

- Prefetching next follower makes a lot of sense

- I originally only wanted to show the last 5 tweets, but Twitter's API is weird. Adding the option to hide retweets should be doable.

- "Sort by last activity": YES! I 100% agree it makes way more sense to list by oldest follows first, however, again Twitter's API limits this :( I could go through and pull ALL follows up front, which I may do eventually.

- I can definitely display the bio

Thanks again for the feedback!

1 comments

>pull ALL follows up front, which I may do eventually.

This is what I was thinking of as well. (The twitter API is really terrible at this). Most people won't have enough followers to cause issues.