hello.js
hello.js copied to clipboard
twitter login not working
login with twitter is not working even in demo app of Hello js
Is it related to Twitter's latest change about their attitude towards the developer?
So what is the error message?
// aka get it like so...
hello('twitter').login().then(console.log.bind(console), console.log.bind(console))
I found the callback URL's stopped working for HTTPS, so i had to add them back in just now. The demo should be fine
Turns out it's the same case here, the callback URL's stopped working for HTTPS so I have to add it back too. Thanks for the tip!