Instagram social login problem
-
I have an issue with instagram sign in where I have to sign in twice for it to show up the social registration page.
After signing in with Instagram the first time, it’s supposed to go to the social registration page where they complete their registration but instead it’s redirecting to the login page because the “?provider=instagram” argument isn’t passed through. The other social buttons are working fine. I’m only having issue with the Instagram one. Instagram button is missing the argument “?provider=instagram” after signing in to create your account the first time.
First try redirects to: https://www.yourwebsite.com/login/?code=b4f2eab4a9a543ab9b5b866dfe613e6e
When it should redirect to: https://www.yourwebsite.com/login/?provider=instagram&code=b4f2eab4a9a543ab9b5b866dfe613e6e
How do I pass the argument “?provider=instagram” on the first sign in?
The topic ‘Instagram social login problem’ is closed to new replies.