Search code examples
iosinstagraminstagram-api

"Enter a valid website" when entering Redirect URI in instagram in ios


I'm currently developing iOS app and implemenet Instagram login. When I entered igeb6240d263fb4736b3740af87edd18ea://authorize in Redirect URI in instagram developer center, I got this message Enter a valid website"

I think it works fine until October or so, but this is new problem. Can anyone please help me?


Solution

  • Doing many hours of research I finally find solution from this link. OAuth2, Swift 3, Instagram

    We can integrate instagram with SimpleAuth library as mentioned there.

    I hope this will help others.