Public 搜索 - 端点突然删除
Public Search - Endpoint Suddenly Removed
我有一个应用程序正在使用来自 Instagram API 的 public 搜索端点。就在今天 (4/4/2018),我开始收到错误 "This endpoint has been retired"。我可以再获取任何内容。
我的 API 电话是这样的:
https://api.instagram.com/v1/users/search/?access_token=123456&q=instagram&count=1
根据他们的网站,这应该在 2018 年 12 月 11 日之前发生:https://developers.facebook.com/blog/post/2018/01/30/instagram-graph-api-updates/
有什么方法可以获取此信息,或者我是否需要彻底检查 API。
根据他们在 Instagram 开发者网站上的说法。 https://www.instagram.com/developer/
To continuously improve Instagram users' privacy and security, we are accelerating the deprecation of Instagram API Platform, making the following changes effective immediately. We understand that this may affect your business or services, and we appreciate your support in keeping our platform secure.
These capabilities will be disabled immediately (previously set for July 31, 2018 or December 11, 2018 deprecation). The following will be deprecated according to the timeline we shared previously.):
Public Content - all remaining capabilities to read public media on a user's behalf on December 11, 2018
Basic - to read a user’s own profile info and media in early 2020
For your reference, information on the new Instagram Graph API.
我有一个应用程序正在使用来自 Instagram API 的 public 搜索端点。就在今天 (4/4/2018),我开始收到错误 "This endpoint has been retired"。我可以再获取任何内容。
我的 API 电话是这样的:
https://api.instagram.com/v1/users/search/?access_token=123456&q=instagram&count=1
根据他们的网站,这应该在 2018 年 12 月 11 日之前发生:https://developers.facebook.com/blog/post/2018/01/30/instagram-graph-api-updates/
有什么方法可以获取此信息,或者我是否需要彻底检查 API。
根据他们在 Instagram 开发者网站上的说法。 https://www.instagram.com/developer/
To continuously improve Instagram users' privacy and security, we are accelerating the deprecation of Instagram API Platform, making the following changes effective immediately. We understand that this may affect your business or services, and we appreciate your support in keeping our platform secure.
These capabilities will be disabled immediately (previously set for July 31, 2018 or December 11, 2018 deprecation). The following will be deprecated according to the timeline we shared previously.):
Public Content - all remaining capabilities to read public media on a user's behalf on December 11, 2018 Basic - to read a user’s own profile info and media in early 2020 For your reference, information on the new Instagram Graph API.