hello.js
hello.js copied to clipboard
Twitter.js issue solved
The issue was caused by redirect_uri being incorrectly included in the Twitter OAuth request. The fix involved removing params.redirect_uri from twitter.js, allowing the popup to load and redirect properly.