我對其他提供商的OAuth 2非常熟悉,但之前並未將其用於Instagram。Instagram API:如何爲單個應用程序提供多個redirect_uris?
像許多開發人員,我有多個域名,其中我的應用程序可以運行,比如:
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?
感謝您保持堆棧最新! – mikemaccana 2015-05-26 00:59:43
感謝您的回覆!你知道重定向URI的數量是否有限制嗎?我需要爲我的應用運行的每個域設置很多不同的URI。http://hello.com/auth/instagram/callback,http://hi.com/auth/instagram/callback,http: //bye.com/auth/instagram/callback,等等... – 2016-02-04 13:59:56