oauth 2.0 - Instagram API: how can I have multiple redirect_uris for a single app? -
i'm quite familiar oauth 2 other providers, haven't used instagram before.
like many developers, have multiple domains app may run, eg:
http://www.foo.com/oauth2callback https://www.foo.com/oauth2callback http://localhost:3000/oauth2callback https://localhost:3000/oauth2callback
other oauth 2 providers have used, eg, google, allow multiple entries in redirect_uris parameter.
however instagram seems allow single redirect uri parameter per registered app.
can have multiple redirect uris single instagram app or have register multiple apps, each different redirect uri?
it looks can set multiple redirect url(s) when register/edit client in instagram:
Comments
Post a Comment