当尝试使用Instagram进行OAuth认证时,我总是被重定向,而不是获取身份验证数据。
我正在使用here中的登录方法,效果很好。
然后,我尝试调用我的应用提供的Instagram API链接(
https://api.instagram.com/oauth/authorize/?client_id=XXXXXX&redirect_uri=https://testing.fr/auth/instagram/callback&response_type=code&scope=public_content&state=XXXXX)我刚被重定向了30次,
得到{TooManyRedirects}Exceeded 30 redirects.
。
response = session.get(insta_api_url)
为什么这不能处理请求?当我在浏览器中使用相同的链接时,它工作正常。