永久链接字段在基本 Instagram 中不起作用 API

permalink field not working in the basic Instagram API

当我触发以下 URL 然后我在响应中收到错误消息,

https://graph.instagram.com/me/media?fields=id,caption,media_type,media_url,permalink,thumbnail_url,timestamp,username&access_token=[token]

Response: { "error": { "message": "An unexpected error has occurred. Please retry your request later.", "type": "OAuthException", "is_transient": true, "code": 2, "fbtrace_id": "A7NK5iyZc7KWjLRWuhZEGNA" } }

但是当我从 URL 中删除 permalink 字段时,我得到了结果。

https://graph.instagram.com/me/media?fields=id,caption,media_type,media_url,thumbnail_url,timestamp,username&access_token=[token]

Response: { "data": [ { "id": "17912377570308383", "media_type": "IMAGE", "media_url": "..", "timestamp": "2019-06-28T12:55:01+0000", "username": "testing.demo1" } ... },

所以认为 permalink 字段由于某些问题无法正常工作。

首先link(with permalink)在昨天工作,供您参考。

Doc Link of the fields: https://developers.facebook.com/docs/instagram-basic-display-api/reference/media#fields

这是所有使用 Instagram Basic 的用户的普遍问题 API。等Facebook端解决吧

请关注支持线程上的问题:https://developers.facebook.com/support/bugs/935079356895648/