fireattack
fireattack
 用了脚本之后除了会多一个is_two = true, 还有个error code,感觉有关?
你发这些想表达啥。。
没被盗用就好!
There doesn't seem to have a way to tell if a post/story is reshared or not in the node data. ```json { "audience": "MediaAudience.DEFAULT", "__typename": "GraphStoryVideo", "id": "2892247832508454562", "dimensions": {...
Can someone provide a re-shared **post** (not story) for testing? All the examples I saw across multiple tickets are stories.
> Hi friends. I was doing tests. Forwarding a request, changing the user agent (with the Firefox development options, in my case). > > Error 400, gives it when the...
You don't need any of that. You just need to re-create your session from scratch. It would get "stale" after a while for whatever reason. I guess it got flagged...
Just to clarify. As you said, the key here is to not trigger HTTP 400. It happens when you trying to retrieve media info for a reposted story (whose `mediaid`...
You need to provide the exact story ID. Also if you're downloading highlights with old stories, it sometimes happens since iPhone API don't always give all the stories.
For highlights: You can use the same API, `https://i.instagram.com/api/v1/feed/reels_media/?reel_ids=highlight:{highlight_id}` to retrieve all the info for a certain highlight. You can obviously just call it repeatedly for each story in a...