You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
thanks for creating awesome library! I got this working on my Nodejs app. however, I do not have frond end in my nodejs so I would like to call it from my REACTJS app. when I call /auth/instagram since it is returning to the app via a callback from ingragram, I do not get the response in ReactJS app (no instagram login page is shown). any help really would be appreciated.
The text was updated successfully, but these errors were encountered:
For you workflow you should try using passport-instagram-token. I had similar problem when I wanted to use Facebook login in Node.js app from React client, and I have started using passport-facebook-token.
Hi there,
thanks for creating awesome library! I got this working on my Nodejs app. however, I do not have frond end in my nodejs so I would like to call it from my REACTJS app. when I call /auth/instagram since it is returning to the app via a callback from ingragram, I do not get the response in ReactJS app (no instagram login page is shown). any help really would be appreciated.
The text was updated successfully, but these errors were encountered: