【发布时间】:2013-05-08 12:52:51
【问题描述】:
我对其他提供商的 OAuth 2 非常熟悉,但之前没有将它用于 Instagram。
像许多开发人员一样,我的应用可以在多个域中运行,例如:
http://www.foo.com/oauth2callback
https://www.foo.com/oauth2callback
http://localhost:3000/oauth2callback
https://localhost:3000/oauth2callback
Other OAuth 2 providers I have used, eg, Google, allow multiple entries in a redirect_uris parameter。
但是Instagram only seems to allow a single Redirect URI parameter per registered app。
我可以为单个 Instagram 应用程序设置多个重定向 URI,还是必须注册多个应用程序,每个应用程序具有不同的重定向 URI?
【问题讨论】: