Instagram API 最近更新后标签搜索查询停止工作
Instagram API Tag search query stopped working after recent update
不久前,我使用以下请求为我的应用程序获取一些数据:
https://api.instagram.com/v1/tags/mytag/media/recent?access_token=mytoken
现在我收到以下回复:
{"meta": {"error_type": "OAuthPermissionsException", "code": 400, "error_message": "This request requires scope=public_content, but this access token is not authorized with this scope. The user must re-authorize your application with scope=public_content to be granted this permissions."}}
看来我必须让 Istagram 批准我的申请才能访问我想要的数据。
这是目前唯一支持的让我的应用程序正常运行的方法吗?
非常感谢您的帮助。
干杯
是的,2016 年 6 月 1 日之后,所有应用都必须经过 Instagram 审核并获得批准才能获得 API 访问权限
否则,您只能使用 API(沙盒模式)
访问您最近的 20 个帖子
不久前,我使用以下请求为我的应用程序获取一些数据:
https://api.instagram.com/v1/tags/mytag/media/recent?access_token=mytoken
现在我收到以下回复:
{"meta": {"error_type": "OAuthPermissionsException", "code": 400, "error_message": "This request requires scope=public_content, but this access token is not authorized with this scope. The user must re-authorize your application with scope=public_content to be granted this permissions."}}
看来我必须让 Istagram 批准我的申请才能访问我想要的数据。
这是目前唯一支持的让我的应用程序正常运行的方法吗?
非常感谢您的帮助。
干杯
是的,2016 年 6 月 1 日之后,所有应用都必须经过 Instagram 审核并获得批准才能获得 API 访问权限
否则,您只能使用 API(沙盒模式)
访问您最近的 20 个帖子