Instagram:Client_id将我重定向到找不到的页面

时间:2014-07-24 08:25:10

标签: oauth instagram

我正在开发一个与instagram交互的xcode应用程序,我用来创建client_id并测试它们并且工作正常,但最近新的client_id将我重定向到找不到页面的页面:

https://instagram.com/oauth/authorize?response_type=token&redirect_uri=[REDIRECT_URI]&scope=comments+likes&client_id=[CLIENT_ID]#

感谢您的帮助。

此致

1 个答案:

答案 0 :(得分:0)

看起来你的使用已经过时了。试试这个:https://instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token

尝试使用显式(服务器端)身份​​验证,我发现它更可靠,而且增加了限制。 http://instagram.com/developer/authentication/