I am trying to integrate Instagram in android application and want to use custom schema, like - sociallogin://authorize
Is there a way to use non-http/https redirect_uri in Instagram developer portal?
I am trying to integrate Instagram in android application and want to use custom schema, like - sociallogin://authorize
Is there a way to use non-http/https redirect_uri in Instagram developer portal?
It seems instagram removed the support for custom URI a few months ago.
Even though you now need to provide an URI starting with http or https you can still provide a rubbish one and implement the proper mechanism in your app to handle it.