Billy
Billy
I noticed (for likers) that even the mobile app doesn't show more than 100, though it definately does pagination for replies so hopefully it's possible 🤞
If you don't want to log in for each execution, you should persist your auth token somewhere, in a DB for example, and reuse that in future executions
Looks like this comes from instagram api's `/users//info` in the app in a property called `text_post_app_joiner_number`. Full request example here: https://pastebin.com/2Z7wrHBz if anyone wants to try it out and/or take...
I have nearly gotten this working but seems like there is still something missing with the ssl pinning on this app. I've gotten the burp certificate added as a trusted...
Hmm now that I'm checking it doesn't even look like the mobile app does any paginating in this situation either... hmm 🤔
I guess maybe an update to chromium broke it? 1.3.2 is the only fix here too. Seems to work fine in react 18.
Yes can confirm - 1.3.2 does not work on android chromium browsers (doesn't display at all) 1.2.0 works (but is missing many valuable features such as CursorProps and fontFamily 😢...