我如何获得我在Instagram上关注的朋友发布的媒体?

时间:2018-02-16 22:59:22

标签: api react-native instagram instagram-api

我正在尝试使用Instagram API检索朋友在Instagram上发布的所有近期图片和视频。我查看了Instagram文档中的所有端点,但我找不到任何可以让我这样做的端点。我错过了什么或者Instagram没有那个端点吗?

1 个答案:

答案 0 :(得分:1)

现在不支持。但是,如果您已经拥有一个有权使用<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <div class="w50"> <p>What paperwork do I need to complete to file for divorce?</p> <p>How do I change my custody and support orders?</p> </div> <div id="box"> <p>Paperwork description</p> <p>Custody description</p> </div>范围的oauth应用,那么您可以使用此API:https://www.instagram.com/developer/endpoints/users/#get_users_media_recent从用户ID获取媒体。

请注意,Instagram已弃用public_content范围,不再发布新应用程序。此外,Instagram API计划在2020年之前弃用,以支持新的FB图形API:https://developers.facebook.com/docs/instagram-api/reference/user(也没有用于获取非所有媒体的端点)