0

我正在尝试创建一个可以使用官方 API 下载 Instagram 故事的应用程序,即根据官方文档在此 URL 上执行获取请求:https://graph.facebook.com /{current_user_id}/stories。但它抛出了这个错误:

{
  "error": {
    "message": "Unsupported get request. Object with ID 'xxxxx' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https:\/\/developers.facebook.com\/docs\/graph-api",
    "type": "GraphMethodException",
    "code": 100,
    "error_subcode": 33,
    "fbtrace_id": "xxxxx"
  }

}

但是还有其他应用程序可以显示和下载所有故事,我不知道他们是如何做到的,比如Instagram 的 Story Saver

有没有其他方法可以完成这项工作?

4

0 回答 0