带有故事存档失败响应的 Instagram 私人 api 列表卷轴媒体查看器
Posted
技术标签:
【中文标题】带有故事存档失败响应的 Instagram 私人 api 列表卷轴媒体查看器【英文标题】:Instagram private api list reel media viewer with story archive fail response 【发布时间】:2021-02-12 07:47:39 【问题描述】:我想访问 Instagram 私人 api 上的存档故事并列出它们。
我正在使用下面的端点
https://i.instagram.com/api/v1/archive/reel/day_shells/
响应是
"items": [
"timestamp": 1603929700,
"media_count": 1,
"id": "archiveDay:18142006969109114",
"reel_type": "archive_day_reel",
"latest_reel_media": 1603966678
,
...
],
"num_results": 97,
"more_available": false,
"max_id": null,
"suggested_highlights":
"unseen_count": 0,
"items": []
,
"status": "ok"
我发送了一个新回复以获取存档的故事
https://i.instagram.com/api/v1/media/18142006969109114_1603966678/list_reel_media_viewer/
它的反应是
"message": "Cannot access media viewer info",
"status": "fail"
我错过了什么?
【问题讨论】:
【参考方案1】:解决方案是 feed/reels_media
https://i.instagram.com/api/v1/feed/reels_media/?user_ids=highlight:18142006969109114
【讨论】:
它是否支持多个 id,例如:user_ids=highlight:18142006969109114,id2,id3
?以上是关于带有故事存档失败响应的 Instagram 私人 api 列表卷轴媒体查看器的主要内容,如果未能解决你的问题,请参考以下文章
带有来自 Instagram API 的正确访问令牌的空成功响应
使用 API 找出用户在 Instagram 上是不是有公开或私人个人资料?