我可以使用 Instagram API 获得特定用户的赞吗?

Can I get likes by specific user using Instagram API?

我可以使用 Instagram API 获得特定用户的赞吗?我在 Windows Phone 应用程序中看到了它,但在 API 文档中找不到它。 可能吗?

很遗憾,不能。

此功能仅适用于 this steps

之后的 Instagram 应用

To view the 300 most-recent posts you've liked, go to your account settings in the app and then tap Posts You've Liked. You won't be able to view posts you've liked on the web.

如果我没理解错的话,你希望获得特定用户最近点赞的照片。

这可以使用 Instagram API 来完成 - 但只有当该特定用户已经验证了您的应用时。

您可以使用以下端点:

GET /users/self/media/liked

这里的 API 调用是:

https://api.instagram.com/v1/users/self/media/liked?access_token=ACCESS-TOKEN

这将为您提供访问令牌所有者最近喜欢的媒体列表。

有关 Instagram API 的更多详细信息:

https://www.instagram.com/developer/endpoints/users/#get_users_feed_liked