gpt4 book ai didi

instagram - 接收/oauth/access_token 的 "400 Bad Request"

转载 作者:行者123 更新时间:2023-12-02 22:41:24 24 4
gpt4 key购买 nike

我已批准 public_content clientId。为了获取访问 token ,我向 www.instagram.com 发送了一个请求:

GET /oauth/authorize?client_id=MyClientId&redirect_uri=MyRedirectURL&response_type=code&scope=likes+comments+public_content HTTP/1.1`

身份验证后,浏览器将我重定向到 MyRedirectURL,我可以从该 URL 获取代码。

使用此代码,我向 api.instagram.com 发送请求:

/oauth/access_token HTTP/1.1

client_id=MyClientId&client_secret=MyClientSecret&grant_type=authorization_code&redirect_uri=MyRedirectURL&code=CodeFromURL`

但有时我会收到响应 HTTP/1.1 400 Bad Request。 这种情况持续几个小时,有时甚至持续一天。有趣的是,这个问题非常不稳定。我可能有两个客户端应用程序发出相同的请求,其中一个应用程序可以正常工作,而另一个应用程序会同时失败。看起来这是 Instagram 基础设施中的某个问题。

最佳答案

Instagram 不再支持回调网址的自定义架构。这是我的问题,我把它改成https,问题就解决了。

关于instagram - 接收/oauth/access_token 的 "400 Bad Request",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37881963/

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