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.
我正在编写一个应用程序并尝试通过客户端 ID 访问 Instagram API。如果我为我的应用程序(#testTag)设置标签并且用户在他们的帖子中使用它,我会从公共用户或公共和私人用户那里获得视频和图像吗?
使用 aclient_id您将永远无法通过任何 API 端点访问私有媒体,只有公共端点。(经测试)
client_id
您可以通过标记您的一张照片并尝试标记端点进行测试,然后暂时将您的个人资料设为私有并再次测试。
使用access_token您可以从私人用户那里获得标记的媒体,然后是拥有该媒体的个人资料access_token。
access_token