omniauth / omniauth-instagram

OmniAuth strategy for Instagram.
111 stars 84 forks source link

client_id is not setting in URL for Instagram, when deployed to Heroku. #37

Open santoshbt opened 6 years ago

santoshbt commented 6 years ago

Hello,

I have created the client in instagram developer, and using the client_id and secret in env file in the local application. It works perfectly fine. But when I deployed to Heroku, and created the new keys and redirect_url it is not setting client_id in URL, when redirecting to auth page.

PS: I have even created the OAuth from Heroku and added it to my app, still no luck. https://github.com/heroku/heroku-cli-oauth

Please somebody help me.