Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Instagram API 获取照片(我被标记的地方)。这可能吗?我正在寻找一种方法来获取它而不列出我的追随者的所有照片(检索我被标记的所有照片)。
现有的 Instagram API 端点不支持查找由用户标记的媒体。我认为通过标签查找最近媒体的现有端点可能有效:
GET/tags/tag-name/media/recent
但它只返回具有匹配主题标签的媒体。它不搜索用户名。
//Try This Instagram API ,,,,,,,,,,,, https://api.instagram.com/v1/users/self/media/recent/?access_token=%@