Client.get_timeline_feed() always return the same posts #404
Replies: 2 comments
-
|
Did you find any solution for this?
|
Beta Was this translation helpful? Give feedback.
-
|
I found a solution for this — it's the same root cause as #1789. Posted a detailed answer there with a working implementation and a complete guide. In short: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Every time that get_timeline_feed() is called, the api returns the same posts.
I've tried with "is_pull_to_refresh":True and False but with the same result.
I've tried putting "max_id" param in the request... but nothing.
And I've tried setting the posts as seen with the param seen_posts and calling to media_seen() function but the same post are returned
¿It's a bug?¿Or the Instagram API has changged?
Beta Was this translation helpful? Give feedback.
All reactions