Custom schema for Instagram redirect_uri

Viewed 437

I am trying to integrate Instagram in android application and want to use custom schema, like - sociallogin://authorize

enter image description here

Is there a way to use non-http/https redirect_uri in Instagram developer portal?

1 Answers

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.

Related