Instagram 是否批准想要在其网站上显示 public 主题标签供稿的客户端应用程序?
Does Instagram approve client apps that want to show an public hashtag feed on their website?
我在一家过去常常在网站上添加 Instagram 标签和用户订阅的机构工作。我的旧应用程序在今年 6 月之前仍然有效 (https://www.instagram.com/developer/changelog/)。然后他们需要得到 Instagram 的批准才能退出沙盒模式。
我知道我们需要一个具有以下权限范围的有效访问令牌:public_content。我看到很多人的申请被 Instagram 拒绝了。
当我在他们网站的开发者部分阅读他们的权限审查 (https://www.instagram.com/developer/review/) 时,我遇到了这个问题:
My company is working with multiple clients, should I submit one app
per project? No, we do not approve apps that are created for one-off
projects (e.g. a hashtag campaign, an event, a website). You should
use a single client_id across all your integrations.
他们是否批准将 client_id 重复用于多个项目的申请?例如,如果我想开发一个 application/client,其全部目的是在网站上显示一个 public instagram 标签提要。如果我在多个项目中重复使用这些应用程序 client_id 会得到 Instagram 的批准吗?
我不这么认为。
我已经请求 public_info 允许一个类似于你的应用程序但是 "DECLINED"
尝试通过有关如何使用它的优秀截屏视频请求许可,这可能会奏效。谁知道呢
此致。
您的用例未获批准。所以你的客户不会被批准“上线”。您仍然可以在沙盒模式下提出这些标签请求,但您只会获得最近 20 post 秒的结果。这篇简短的文章解释了 how the Instagram API works since June 1st。
如果您可以解决 20-post 限制,则可以在必要的 public_content
范围内使用 this tool to manually generate an Instagram API token。
我在一家过去常常在网站上添加 Instagram 标签和用户订阅的机构工作。我的旧应用程序在今年 6 月之前仍然有效 (https://www.instagram.com/developer/changelog/)。然后他们需要得到 Instagram 的批准才能退出沙盒模式。
我知道我们需要一个具有以下权限范围的有效访问令牌:public_content。我看到很多人的申请被 Instagram 拒绝了。
当我在他们网站的开发者部分阅读他们的权限审查 (https://www.instagram.com/developer/review/) 时,我遇到了这个问题:
My company is working with multiple clients, should I submit one app per project? No, we do not approve apps that are created for one-off projects (e.g. a hashtag campaign, an event, a website). You should use a single client_id across all your integrations.
他们是否批准将 client_id 重复用于多个项目的申请?例如,如果我想开发一个 application/client,其全部目的是在网站上显示一个 public instagram 标签提要。如果我在多个项目中重复使用这些应用程序 client_id 会得到 Instagram 的批准吗?
我不这么认为。
我已经请求 public_info 允许一个类似于你的应用程序但是 "DECLINED"
尝试通过有关如何使用它的优秀截屏视频请求许可,这可能会奏效。谁知道呢
此致。
您的用例未获批准。所以你的客户不会被批准“上线”。您仍然可以在沙盒模式下提出这些标签请求,但您只会获得最近 20 post 秒的结果。这篇简短的文章解释了 how the Instagram API works since June 1st。
如果您可以解决 20-post 限制,则可以在必要的 public_content
范围内使用 this tool to manually generate an Instagram API token。