Instagram Login Not Generating Access Token on Facebook Developer
I'm having an issue with Instagram authentication through the Facebook Developer platform. I can successfully log in and reach the permission screen, but after clicking "Allow," no access token is generated. The process seems to stop without returning any response.
I checked the browser console, and while Instagram itself doesn’t show errors, the Facebook Developer console displays the following:
Uncaught TypeError: f.__fbeventsModules[a] is not a function at a.fbq.getFbeventsModules (fbevents.js:24:2534) ...
I've tried clearing the cache, disabling extensions, and using different browsers, but the issue persists.
Has anyone else experienced this? Any suggestions on how to fix it?
Thanks in advance!