Instagram api - 通过标签获取所有照片 [英] Instagram api - get all photos by hashtag

查看:29
本文介绍了Instagram api - 通过标签获取所有照片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是这个 Instagram API 的新手,我阅读了他们关于端点的文档,这是我正在使用的端点:

I am new to this Instagram API, and I read their doc about endpoints, this is the endpoint that I am using:

/v1/tags/{tag-name}/media/recent?access_token=ACCESS-TOKEN

它正在获取图像,但是,仅在我的帐户照片上.我想要的是,我会给出一个标签名称,它会显示所有内容,不仅是我帐户中的照片,还有 Instagram 中的所有照片.

It is fetching the images, but, only on my accounts photos. I want is, I will give an tag-name, and it wll display all, not just the photos on my account, but all the photos in Instagram too.

推荐答案

我知道已经很久了,但只是为了记录.

I know has been a long time, but just for the record.

由于您需要获得 public_scope 权限(该权限可让您访问 Instagram 上的所有公共数据,而不仅仅是您的帐户),因此您的应用需要经过 Instagram 审核和批准.但是,如果您将 API 用于单站点个人项目,Instagram 将不会批准.

Since you need the public_scope permission for this (the permission that gives you access to all public data on instagram, and not only your account) you need your app to be reviewed and approved by Instagram. However, if you're using the API for a one-site personal project, Instagram will not approve it.

以下来自 Instagram 的文档:

Here's from Instagram's docs:

1:哪个用例最能描述您的 Instagram 集成?

1: Which use case best describes your Instagram integration?

R:我想在我的网站上显示主题标签内容和公开内容.

R: I want to display hashtag content and public content on my website.

A:不支持此用例.我们不批准一次性项目的 public_content 权限,例如展示您网站上基于主题标签的内容.作为替代解决方案,您可以展示您自己的 Instagram 内容,或找到提供此类服务(内容发现、审核和显示).

A: This use case is not supported. We do not approve the public_content permission for one-off projects such as displaying hashtag based content on your website. As alternative solution, you can show your own Instagram content, or find a company that offers this type of service (content discover, moderation, and display).

您可以在权限审查文档中找到更多信息.

You can find more information in the Permission Review documentation.

这篇关于Instagram api - 通过标签获取所有照片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆