我对这款Instagram Followpie机器人做错了吗?

时间:2014-04-23 00:32:26

标签: python social-networking instagram social social-media

https://api.instagram.com/oauth/authorize/?client_id=1627c123e3fc481791e0d6be16ff57a0&redirect_uri=http://yoururl.com&response_type=token&display=touch&scope=likes+relationships

这是用于获取身份验证链接的链接,但是当我去那里时,我遇到了这个问题。

{“code”:400,“error_type”:“OAuthException”,“error_message”:“重定向URI与注册的重定向URI不匹配”}

我想我可以尝试为此创建自己的开发人员链接,因为我已经拥有了。

1 个答案:

答案 0 :(得分:1)

链接中的http://yoururl.com必须与您的注册授权网址(“重定向uri”)相匹配,因为client_id必须与您注册的应用中的一个匹配。