gpt4 book ai didi

oauth - 在实现沙盒模式后如何解决 Instgram oauth 失败问题?

转载 作者:行者123 更新时间:2023-12-05 00:55:41 25 4
gpt4 key购买 nike

我已经在我的网站上使用 Instagram API 一年了,而且效果很好
直到今天他们enforced the sandbox mode在所有应用程序上。现在,我使用客户端 ID 发出的任何请求都会收到 oAuth 错误。即使是像下面这样的简单请求:

https://api.instagram.com/v1/users/search?q=[USERNAME]&client_id=[CLIENTID]

我该如何解决这个问题?我已经检查过我没有按照文档的建议在我的 API 调用中调用超过 20 个最新的媒体。

最佳答案

您可以使用获取照片
https://www.instagram.com/[USERNAME]/media/

有了这个,您可以获得最新的 20 个帖子。
如果您使用的是 php,则代码如下所示:

$instaResult= file_get_contents('https://www.instagram.com/'.$username.'/media/')
$insta = json_decode($instaResult);

关于oauth - 在实现沙盒模式后如何解决 Instgram oauth 失败问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37582504/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com