【问题标题】:Instagram : Client_id redirect me to a page not foundInstagram:Client_id 将我重定向到未找到的页面
【发布时间】:2014-07-24 08:25:09
【问题描述】:

我正在开发一个与 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]#

感谢您的帮助。

问候

【问题讨论】:

    标签: oauth instagram


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多