hello.js icon indicating copy to clipboard operation
hello.js copied to clipboard

twitter login not working

Open ebin123456 opened this issue 7 years ago • 3 comments

login with twitter is not working even in demo app of Hello js

ebin123456 avatar Aug 14 '18 08:08 ebin123456

Is it related to Twitter's latest change about their attitude towards the developer?

cnbuff410 avatar Aug 17 '18 21:08 cnbuff410

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

MrSwitch avatar Aug 20 '18 19:08 MrSwitch

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!

cnbuff410 avatar Aug 20 '18 20:08 cnbuff410