Instagram Graph API 业务发现 - 如何获取故事?
Instagram Graph API Business Discovery - how to get stories?
Business discovery doc 只字不提获取另一个帐户的故事。
我正在尝试以下
?fields=business_discovery.username(marvel){stories}
但是我明白了
"message": "(#10) Application does not have permission for this action",
"type": "OAuthException",
"code": 10,
支持吗?
您无法通过业务发现从其他帐户获取故事,但可以从您自己的 Instagram 业务或创作者帐户获取故事。
您可以致电 /{ig-user-id}/stories
,其中 ig-user-id
是您自己的企业或创作者帐户。
请注意这些限制:
- 回复将不包括实时视频故事。
- 故事只提供 24 小时。
- 用户转发故事时创建的新故事将不会返回。
https://developers.facebook.com/docs/instagram-api/reference/user/stories
Business discovery doc 只字不提获取另一个帐户的故事。 我正在尝试以下
?fields=business_discovery.username(marvel){stories}
但是我明白了
"message": "(#10) Application does not have permission for this action",
"type": "OAuthException",
"code": 10,
支持吗?
您无法通过业务发现从其他帐户获取故事,但可以从您自己的 Instagram 业务或创作者帐户获取故事。
您可以致电 /{ig-user-id}/stories
,其中 ig-user-id
是您自己的企业或创作者帐户。
请注意这些限制:
- 回复将不包括实时视频故事。
- 故事只提供 24 小时。
- 用户转发故事时创建的新故事将不会返回。
https://developers.facebook.com/docs/instagram-api/reference/user/stories